I am new to Java and am trying to run a unit test on a class I am writing. Eclipse (3.5) created the unit test class for me and added Junit4 to my class path.
My Cla
Having searched Google for an answer, this looks like it might have something to do with Android development tools.
Below are steps taken from this comment thread:
Since Alex Spurling's instructions are no longer valid for Eclipse Juno and the latest Android SDK, it may be useful to give another alternative:
It's a bit of a hassle on small projects, but OTOH it helps to enforce modularity and interface segregation.