public interface TestExecutor
| Modifier and Type | Method and Description |
|---|---|
int |
getFailureCount() |
int |
getIgnoreCount() |
int |
getRunCount() |
void |
runTests(Class<?>... testClasses) |
void |
runTests(String testGroup,
Class<?>... testClasses) |
Copyright © 2017. All rights reserved.