@FunctionalInterface
public interface TestInstantiator
Modifier and Type | Method and Description |
---|---|
void |
instantiate(java.lang.Class<?> testClass)
Instantiate a test class.
|
void instantiate(java.lang.Class<?> testClass) throws java.lang.Exception
testClass
- The class to instantiate.java.lang.Exception
- Thrown if test class could not be instantiated.