MySQL 5.6.14 Source Code Document
|
Static Public Member Functions | |
static Test | suite () throws IllegalAccessException, IOException, ClassNotFoundException |
static void | main (String[] args) throws Exception |
Run all JUnit tests in a jar file.
Definition at line 35 of file AllTests.java.
|
inlinestatic |
Usage: java -cp ... AllTests file.jar [–only-run-slow-tests]
–only-run-slow-tests parameter only run test in classes annotated with , else these tests will be skipped.
args | the command line arguments |
Definition at line 139 of file AllTests.java.