| java.lang.Object org.kuali.module.gl.AllTests
AllTests | public class AllTests (Code) | | Runs all the tests in the GL test suite.
|
Method Summary | |
public static void | main(String[] args) | public static Test | suite() Returns a suite of all the tests in GL...except, of course, for those tests that were never
added to this class. |
AllTests | public AllTests()(Code) | | Constructs a AllTests instance
|
main | public static void main(String[] args)(Code) | | Runs all the tests in the all test test suite
Parameters: args - command line arguments |
suite | public static Test suite()(Code) | | Returns a suite of all the tests in GL...except, of course, for those tests that were never
added to this class.
a Test suite with most all GL tests |
|
|