Class GradingListener
- java.lang.Object
-
- org.junit.runner.notification.RunListener
-
- com.github.guillaumederval.javagrading.GradingListener
-
public class GradingListener extends org.junit.runner.notification.RunListenerListener that outputs the grades.
-
-
Constructor Summary
Constructors Constructor Description GradingListener()Outputs to RST by defaultGradingListener(boolean outputAsRST)
-
Method Summary
Modifier and Type Method Description 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)
-
-
-
Method Detail
-
testRunStarted
public void testRunStarted(org.junit.runner.Description description)
- Overrides:
testRunStartedin classorg.junit.runner.notification.RunListener
-
testRunFinished
public void testRunFinished(org.junit.runner.Result result)
- Overrides:
testRunFinishedin classorg.junit.runner.notification.RunListener
-
testFinished
public void testFinished(org.junit.runner.Description description)
- Overrides:
testFinishedin classorg.junit.runner.notification.RunListener
-
testFailure
public void testFailure(org.junit.runner.notification.Failure failure)
- Overrides:
testFailurein classorg.junit.runner.notification.RunListener
-
testAssumptionFailure
public void testAssumptionFailure(org.junit.runner.notification.Failure failure)
- Overrides:
testAssumptionFailurein classorg.junit.runner.notification.RunListener
-
testIgnored
public void testIgnored(org.junit.runner.Description description)
- Overrides:
testIgnoredin classorg.junit.runner.notification.RunListener
-
-