com.atlassian.jira.functest.framework.suite
Class JUnit4WebTestListener

java.lang.Object
  extended by org.junit.runner.notification.RunListener
      extended by com.atlassian.jira.functest.framework.suite.JUnit4WebTestListener

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

JUnit4 test listener wrapping the web test listener.

Since:
v4.4

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

Constructor Detail

JUnit4WebTestListener

public JUnit4WebTestListener(WebTestListener listener)
Method Detail

webTestListener

public WebTestListener webTestListener()

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

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.