public class JUnit4TestExecutor extends Object implements TestExecutor
| Constructor and Description |
|---|
JUnit4TestExecutor() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFailureCount() |
int |
getIgnoreCount() |
int |
getRunCount() |
void |
runTests(Class<?>... testClasses) |
void |
runTests(String testGroup,
Class<?>... testClasses) |
public void runTests(Class<?>... testClasses) throws Exception
runTests in interface TestExecutorExceptionpublic void runTests(String testGroup, Class<?>... testClasses) throws Exception
runTests in interface TestExecutorExceptionpublic int getRunCount()
getRunCount in interface TestExecutorpublic int getFailureCount()
getFailureCount in interface TestExecutorpublic int getIgnoreCount()
getIgnoreCount in interface TestExecutorCopyright © 2017. All rights reserved.