| net.firstpartners.nounit.test.AllTests
AllTests | public class AllTests extends TestCase (Code) | | Junit TestSuite that runs all the sample tests in the NoUnit Project
|
Method Summary | |
public static void | main(String args) | public static Test | suite() |
AllTests | public AllTests()(Code) | | Initialises the Class
|
AllTests | public AllTests(String name)(Code) | | Constructor Required by Junit
Parameters: name - |
main | public static void main(String args)(Code) | | Enable the Tests to be run from the command line
Parameters: args - |
suite | public static Test suite()(Code) | | Test suite contains all tests to be run
suite containing all JUnit tests to be run for this project |
|
|