Uses of Class
org.unitils.TracingTestListener.TestInvocation

Packages that use TracingTestListener.TestInvocation
org.unitils   
org.unitils.spring   
 

Uses of TracingTestListener.TestInvocation in org.unitils
 

Methods in org.unitils that return TracingTestListener.TestInvocation
static TracingTestListener.TestInvocation TracingTestListener.TestInvocation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TracingTestListener.TestInvocation[] TracingTestListener.TestInvocation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.unitils with parameters of type TracingTestListener.TestInvocation
protected static void UnitilsJUnit4TestBase.registerTestInvocation(TracingTestListener.TestInvocation invocation, java.lang.Class<?> testClass, java.lang.String testMethodName)
          Records an invocation.
 void TracingTestListener.registerTestInvocation(TracingTestListener.TestInvocation invocation, java.lang.Class<?> testClass, java.lang.String methodName)
           
protected  void UnitilsJUnit3TestBase.registerTestInvocation(TracingTestListener.TestInvocation invocation, java.lang.String testMethod)
          Records an invocation.
 

Uses of TracingTestListener.TestInvocation in org.unitils.spring
 

Methods in org.unitils.spring with parameters of type TracingTestListener.TestInvocation
protected static void SpringUnitilsJUnit4TestBase.registerTestInvocation(TracingTestListener.TestInvocation invocation, java.lang.Class<?> testClass, java.lang.String testMethodName)
          Records an invocation.
protected  void SpringUnitilsJUnit38TestBase.registerTestInvocation(TracingTestListener.TestInvocation invocation, java.lang.String testMethodName)
          Records an invocation.
 



Copyright © 2011. All Rights Reserved.