org.carrot2.util.tests
Class SuiteResultInfoWriter

java.lang.Object
  extended by org.junit.runner.notification.RunListener
      extended by 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.


Constructor Summary
SuiteResultInfoWriter()
           
 
Method Summary
 void testAssumptionFailure(org.junit.runner.notification.Failure failure)
           
 void testFailure(org.junit.runner.notification.Failure failure)
           
 void testIgnored(org.junit.runner.Description description)
           
 void testRunFinished(org.junit.runner.Result result)
           
 void testRunStarted(org.junit.runner.Description description)
           
 void testStarted(org.junit.runner.Description description)
           
 
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
 

Constructor Detail

SuiteResultInfoWriter

public SuiteResultInfoWriter()
Method Detail

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