org.unitils
Class JUnit4TestExecutor

java.lang.Object
  extended by org.unitils.JUnit4TestExecutor
All Implemented Interfaces:
TestExecutor

public class JUnit4TestExecutor
extends Object
implements TestExecutor


Constructor Summary
JUnit4TestExecutor()
           
 
Method Summary
 int getFailureCount()
           
 int getIgnoreCount()
           
 int getRunCount()
           
 void runTests(Class<?>... testClasses)
           
 void runTests(String testGroup, Class<?>... testClasses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnit4TestExecutor

public JUnit4TestExecutor()
Method Detail

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.