com.google.testing.threadtester
Class ThreadedTestWrapper

java.lang.Object
  extended by com.google.testing.threadtester.ThreadedTestWrapper
All Implemented Interfaces:
BaseTestWrapper

public class ThreadedTestWrapper
extends Object
implements BaseTestWrapper

Implementation of BaseTestWrapper designed for use with ThreadedTestRunner. Runs all test methods annotated with the ThreadedTest annotation defined in the main test class.

Author:
alasdair.mackintosh@gmail.com (Alasdair Mackintosh)

Constructor Summary
ThreadedTestWrapper()
           
 
Method Summary
 void runTests(Class<?> testClass, List<String> instrumentedClasses)
          Runs the multithreaded tests defined in the given test class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadedTestWrapper

public ThreadedTestWrapper()
Method Detail

runTests

public void runTests(Class<?> testClass,
                     List<String> instrumentedClasses)
Description copied from interface: BaseTestWrapper
Runs the multithreaded tests defined in the given test class.

Specified by:
runTests in interface BaseTestWrapper


Copyright © 2013. All Rights Reserved.