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.
|
addError, compareTo, equals, getContractName, getContractTestClass, getErrors, getInterfaceClass, getInterfacePackageName, getJunitTestClass, getMethod, getSimpleInterfaceName, getSimpleTestName, getSkipTests, getTestName, hashCode, 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-2015 XENEI.com. All Rights Reserved.