| com.mycompany.myproject.tests.APITests
APITests | public class APITests extends TestCase (Code) | | Testcase that includes all the tests for the myproject API.
version: $Revision$ $Date$ |
Inner Class :public static class StartServer extends TestCase | |
Inner Class :public static class StopServer extends TestCase | |
Constructor Summary | |
public | APITests(String name) Constructs a new APITests test suite with
the specified name. |
Method Summary | |
public static Test | suite() Returns a test suite with all test cases defined by this class. |
APITests | public APITests(String name)(Code) | | Constructs a new APITests test suite with
the specified name. The name will be passed to the superconstructor.
Parameters: name - the name for this test suite. |
suite | public static Test suite()(Code) | | Returns a test suite with all test cases defined by this class.
the test suite, never null . |
|
|