| java.lang.Object org.jaffa.security.AllTests
AllTests | public class AllTests (Code) | | author: PaulE |
Method Summary | |
public static void | main(String[] args) Runs the test suite. | public static Test | suite() Assembles and returns a test suite containing all known tests. |
main | public static void main(String[] args)(Code) | | Runs the test suite.
Parameters: args - The input args are not used. |
suite | public static Test suite()(Code) | | Assembles and returns a test suite containing all known tests.
A test suite. |
|
|