Class JUnitCoreWrapper.JUnitCore
- java.lang.Object
-
- org.apache.maven.surefire.junitcore.JUnitCore
-
- org.apache.maven.surefire.junitcore.JUnitCoreWrapper.JUnitCore
-
- Enclosing class:
- JUnitCoreWrapper
private final class JUnitCoreWrapper.JUnitCore extends JUnitCore
-
-
Constructor Summary
Constructors Constructor Description JUnitCore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidafterException(java.lang.Throwable e)protected voidafterFinished()(package private) JUnitCoreWrapper.JUnitCorewithReportedTests(java.lang.Class<?>... tests)
-
-
-
Method Detail
-
withReportedTests
JUnitCoreWrapper.JUnitCore withReportedTests(java.lang.Class<?>... tests)
-
afterException
protected void afterException(java.lang.Throwable e) throws TestSetFailedException- Overrides:
afterExceptionin classJUnitCore- Throws:
TestSetFailedException
-
afterFinished
protected void afterFinished()
- Overrides:
afterFinishedin classJUnitCore
-
-