Search:

Type: Posts; User: miketeezie

Search: Search took 0.10 seconds.

  1. Re: Help requested - testing a class with a tester class, no methods allowed.

    System.out.println(clock.getUSTime());


    That's it exactly! I didn't realize the compiler would allow you to put the all that into a print statement.

    My Tester class now verifies that my...
  2. Help requested - testing a class with a tester class, no methods allowed.

    I have an assignment where I am to test a class I've written by writing another class called Tester. Tester can have no instance variables or methods, everything has to be done in one constructor. ...
Results 1 to 2 of 2