org.carrot2.util.tests
Class SuiteResultInfoWriter
java.lang.Object
org.junit.runner.notification.RunListener
org.carrot2.util.tests.SuiteResultInfoWriter
public class SuiteResultInfoWriter
- extends org.junit.runner.notification.RunListener
Writes plain-text information about the suite's tests and their results. For
aggregating into a summary later on.
| Methods inherited from class org.junit.runner.notification.RunListener |
testFinished |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuiteResultInfoWriter
public SuiteResultInfoWriter()
testRunStarted
public void testRunStarted(org.junit.runner.Description description)
throws Exception
- Overrides:
testRunStarted in class org.junit.runner.notification.RunListener
- Throws:
Exception
testStarted
public void testStarted(org.junit.runner.Description description)
throws Exception
- Overrides:
testStarted in class org.junit.runner.notification.RunListener
- Throws:
Exception
testIgnored
public void testIgnored(org.junit.runner.Description description)
throws Exception
- Overrides:
testIgnored in class org.junit.runner.notification.RunListener
- Throws:
Exception
testFailure
public void testFailure(org.junit.runner.notification.Failure failure)
throws Exception
- Overrides:
testFailure in class org.junit.runner.notification.RunListener
- Throws:
Exception
testAssumptionFailure
public void testAssumptionFailure(org.junit.runner.notification.Failure failure)
- Overrides:
testAssumptionFailure in class org.junit.runner.notification.RunListener
testRunFinished
public void testRunFinished(org.junit.runner.Result result)
throws Exception
- Overrides:
testRunFinished in class org.junit.runner.notification.RunListener
- Throws:
Exception
Copyright (c) Dawid Weiss, Stanislaw Osinski