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 void
afterException(java.lang.Throwable e)
protected void
afterFinished()
(package private) JUnitCoreWrapper.JUnitCore
withReportedTests(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:
afterException
in classJUnitCore
- Throws:
TestSetFailedException
-
afterFinished
protected void afterFinished()
- Overrides:
afterFinished
in classJUnitCore
-
-