com.atlassian.jira.local.listener
Class StatsGatheringRunListener

java.lang.Object
  extended by org.junit.runner.notification.RunListener
      extended by com.atlassian.jira.local.listener.StatsGatheringRunListener

public class StatsGatheringRunListener
extends org.junit.runner.notification.RunListener

Gathers stats on tests

Since:
v4.3

Constructor Summary
StatsGatheringRunListener()
           
 
Method Summary
 void testFinished(org.junit.runner.Description description)
           
 void testIgnored(org.junit.runner.Description description)
           
 void testRunFinished(org.junit.runner.Result result)
           
 void testStarted(org.junit.runner.Description description)
           
 
Methods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testFailure, testRunStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsGatheringRunListener

public StatsGatheringRunListener()
Method Detail

testRunFinished

public void testRunFinished(org.junit.runner.Result result)
                     throws Exception
Overrides:
testRunFinished 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

testFinished

public void testFinished(org.junit.runner.Description description)
                  throws Exception
Overrides:
testFinished 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


Copyright © 2002-2014 Atlassian. All Rights Reserved.