Uses of Interface
org.apache.qpid.junit.extensions.TKTestRunner.TestDecoratorFactory

Packages that use TKTestRunner.TestDecoratorFactory
org.apache.qpid.junit.extensions Basic JUnit is enahanced with test runners to run tests repeatedly, simultaneously in many threads and with increasing test sizes for asymptotic performance measurements. 
 

Uses of TKTestRunner.TestDecoratorFactory in org.apache.qpid.junit.extensions
 

Fields in org.apache.qpid.junit.extensions with type parameters of type TKTestRunner.TestDecoratorFactory
protected  List<TKTestRunner.TestDecoratorFactory> TKTestRunner.decoratorFactories
          Holds a list of factories for instantiating optional user specified test decorators.
 

Methods in org.apache.qpid.junit.extensions that return types with arguments of type TKTestRunner.TestDecoratorFactory
protected static List<TKTestRunner.TestDecoratorFactory> TKTestRunner.parseDecorators(String decorators)
          Parses a list of test decorators, in the form "class.name[:class.name]*", and creates factories for those TestDecorator classes , and returns a list of the factories.
 

Constructor parameters in org.apache.qpid.junit.extensions with type arguments of type TKTestRunner.TestDecoratorFactory
TKTestRunner(Integer repetitions, Long duration, int[] threads, int delay, int[] params, String testCaseName, String reportDir, String runName, boolean csvResults, boolean xmlResults, List<TKTestRunner.TestDecoratorFactory> decoratorFactories)
          Constructs a TKTestRunner using System.out for all the output.
 



Licensed to the Apache Software Foundation