ServerTestCase.java | Class | A JUnit TestCase subclass that allows other test cases to talk to remote
servers, but does not fail if those servers are down or otherwise
unavailable.
Note that it is still the responsibility of the individual test case to
decrease time-out time, if that is desired.
It is recommended that developers using this class do not output any other
text from within their test cases. |