public class DynamicTestInfo extends TestInfo
| Constructor and Description |
|---|
DynamicTestInfo(Class<?> cls,
ContractImpl impl,
DynamicSuiteInfo suite) |
| Modifier and Type | Method and Description |
|---|---|
Method |
getDynamicInjector() |
Object |
getProducer(Object baseProducer)
Get a producer that is to be injected in to the test.
|
getContractClass, getContractName, getMethod, getPackageName, getSimpleContractName, getSimpleTestName, getSkipTests, getTestClass, getTestName, isAbstract, toStringpublic DynamicTestInfo(Class<?> cls, ContractImpl impl, DynamicSuiteInfo suite)
public Method getDynamicInjector()
public Object getProducer(Object baseProducer) throws IllegalAccessException, IllegalArgumentException, InvocationTargetException, InstantiationException
baseProducer - the producer for the suite as designated by the Dynamic.Inject
annotationIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionInstantiationExceptionCopyright © 2013-2014 XENEI.com. All Rights Reserved.