| java.lang.Object test.org.webdocwf.util.loader.RunTests
RunTests | public class RunTests (Code) | | RunTest is the main class for starting tests of the Octopus application
author: Radoslav Dutina version: 1.0 |
Method Summary | |
public static void | main(String[] args) | public static Test | suite() |
main | public static void main(String[] args)(Code) | | This is the main method of the RunTest class
Parameters: args - is the input parameters |
suite | public static Test suite()(Code) | | This method starts test
TestSuite object |
|
|