Liferay 7.0-ce-b4

com.liferay.portal.kernel.test.junit
Class BridgeJUnitTestRunner.BridgeRunListener

java.lang.Object
  extended by org.junit.runner.notification.RunListener
      extended by com.liferay.portal.kernel.test.junit.BridgeJUnitTestRunner.BridgeRunListener
All Implemented Interfaces:
Serializable
Enclosing class:
BridgeJUnitTestRunner

public static class BridgeJUnitTestRunner.BridgeRunListener
extends org.junit.runner.notification.RunListener
implements Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.junit.runner.notification.RunListener
org.junit.runner.notification.RunListener.ThreadSafe
 
Field Summary
protected  Class<?> testClass
           
 
Constructor Summary
BridgeJUnitTestRunner.BridgeRunListener(Class<?> testClass)
           
 
Method Summary
protected  void bridge(String methodName, Object argument)
           
 void testAssumptionFailure(org.junit.runner.notification.Failure failure)
           
 void testFailure(org.junit.runner.notification.Failure failure)
           
 void testFinished(org.junit.runner.Description description)
           
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testClass

protected final Class<?> testClass
Constructor Detail

BridgeJUnitTestRunner.BridgeRunListener

public BridgeJUnitTestRunner.BridgeRunListener(Class<?> testClass)
Method Detail

testAssumptionFailure

public void testAssumptionFailure(org.junit.runner.notification.Failure failure)
Overrides:
testAssumptionFailure in class org.junit.runner.notification.RunListener

testFailure

public void testFailure(org.junit.runner.notification.Failure failure)
Overrides:
testFailure in class org.junit.runner.notification.RunListener

testFinished

public void testFinished(org.junit.runner.Description description)
Overrides:
testFinished in class org.junit.runner.notification.RunListener

testIgnored

public void testIgnored(org.junit.runner.Description description)
Overrides:
testIgnored in class org.junit.runner.notification.RunListener

testRunFinished

public void testRunFinished(org.junit.runner.Result result)
Overrides:
testRunFinished in class org.junit.runner.notification.RunListener

testRunStarted

public void testRunStarted(org.junit.runner.Description description)
Overrides:
testRunStarted in class org.junit.runner.notification.RunListener

testStarted

public void testStarted(org.junit.runner.Description description)
Overrides:
testStarted in class org.junit.runner.notification.RunListener

bridge

protected void bridge(String methodName,
                      Object argument)

Liferay 7.0-ce-b4