Package org.kie.test.util
Class TestStatusListener
- java.lang.Object
-
- org.junit.runner.notification.RunListener
-
- org.kie.test.util.TestStatusListener
-
public class TestStatusListener extends org.junit.runner.notification.RunListener
-
-
Constructor Summary
Constructors Constructor Description TestStatusListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()voidtestAssumptionFailure(org.junit.runner.notification.Failure failure)voidtestFailure(org.junit.runner.notification.Failure failure)voidtestFinished(org.junit.runner.Description description)voidtestIgnored(org.junit.runner.Description description)voidtestRunFinished(org.junit.runner.Result result)voidtestRunStarted(org.junit.runner.Description description)voidtestStarted(org.junit.runner.Description description)
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
testRunStarted
public void testRunStarted(org.junit.runner.Description description) throws Exception- Overrides:
testRunStartedin classorg.junit.runner.notification.RunListener- Throws:
Exception
-
testRunFinished
public void testRunFinished(org.junit.runner.Result result) throws Exception- Overrides:
testRunFinishedin classorg.junit.runner.notification.RunListener- Throws:
Exception
-
testStarted
public void testStarted(org.junit.runner.Description description) throws Exception- Overrides:
testStartedin classorg.junit.runner.notification.RunListener- Throws:
Exception
-
testFinished
public void testFinished(org.junit.runner.Description description) throws Exception- Overrides:
testFinishedin classorg.junit.runner.notification.RunListener- Throws:
Exception
-
testFailure
public void testFailure(org.junit.runner.notification.Failure failure) throws Exception- Overrides:
testFailurein classorg.junit.runner.notification.RunListener- Throws:
Exception
-
testAssumptionFailure
public void testAssumptionFailure(org.junit.runner.notification.Failure failure)
- Overrides:
testAssumptionFailurein classorg.junit.runner.notification.RunListener
-
-