public class TestRunner extends Object
| Constructor and Description |
|---|
TestRunner(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static TestResult |
run(String[] args)
Run all tests (no args) or specific tests.
|
public TestRunner(String[] args)
public static void main(String[] args) throws IOException
IOExceptionpublic static TestResult run(String[] args) throws IOException
args - Directories with tests and/or tests to run.IOExceptionCopyright © 2024. All rights reserved.