Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.07 seconds.

  1. Re: Mocking objects ,testing my class and interfaces

    No... Well, technically not. The main is already implemented in junit's runner class. You don't create your own. You run the test class with JUnit (either via the command prompt or through your IDE)....
  2. Re: Mocking objects ,testing my class and interfaces

    You will not be able to run a JUnit class with the normal java convention (there is no main). You have to run with the JUnit tool.
    I'm not 100% sure, but I think you have to run it with this command...
Results 1 to 2 of 2