com.google.testing.threadtester
Class AnnotatedTestWrapper
java.lang.Object
com.google.testing.threadtester.AnnotatedTestWrapper
- All Implemented Interfaces:
- BaseTestWrapper
public class AnnotatedTestWrapper
- extends Object
- implements BaseTestWrapper
Implementation of BaseTestWrapper designed for use with AnnotatedTestRunner.
- Author:
- alasdair.mackintosh@gmail.com (Alasdair Mackintosh)
|
Method Summary |
void |
runTests(Class<?> testClass,
List<String> instrumentedClassNames)
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 |
AnnotatedTestWrapper
public AnnotatedTestWrapper()
runTests
public void runTests(Class<?> testClass,
List<String> instrumentedClassNames)
throws Exception
- Description copied from interface:
BaseTestWrapper
- Runs the multithreaded tests defined in the given test class.
- Specified by:
runTests in interface BaseTestWrapper
- Throws:
Exception
Copyright © 2013. All Rights Reserved.