Posted By:
Anonymous
Posted On:
Wednesday, April 2, 2003 12:23 AM
JUnit doesn´t have any server. JUnit is a framework for invoking methods. Simply spoken: all methods with signature public void testsomething() lying in a class which extends TestCase or implements the suite() method are invoked in an undefined order.
Of course these methods can do multiple requests to any server you want.