org.unitils
Class JUnit4TestExecutor
java.lang.Object
org.unitils.JUnit4TestExecutor
- All Implemented Interfaces:
- TestExecutor
public class JUnit4TestExecutor
- extends Object
- implements TestExecutor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUnit4TestExecutor
public JUnit4TestExecutor()
runTests
public void runTests(Class<?>... testClasses)
throws Exception
- Specified by:
runTests in interface TestExecutor
- Throws:
Exception
runTests
public void runTests(String testGroup,
Class<?>... testClasses)
throws Exception
- Specified by:
runTests in interface TestExecutor
- Throws:
Exception
getRunCount
public int getRunCount()
- Specified by:
getRunCount in interface TestExecutor
getFailureCount
public int getFailureCount()
- Specified by:
getFailureCount in interface TestExecutor
getIgnoreCount
public int getIgnoreCount()
- Specified by:
getIgnoreCount in interface TestExecutor
Copyright © 2014. All Rights Reserved.