public class DynamicSuiteInfo extends SuiteInfo
| Constructor and Description |
|---|
DynamicSuiteInfo(java.lang.Class<? extends Dynamic> dynamic,
ContractImpl impl)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Method |
getDynamicInjector()
Get the method that returns the Dynamic IProducer.
|
addError, compareTo, equals, getClassUnderTest, getClassUnderTestPackageName, getContractName, getContractTestClass, getErrors, getJunitTestClass, getMethod, getSimpleClassUnderTestName, getSimpleTestName, getSkipTests, getTestName, hasErrors, hashCode, isAbstract, toStringpublic DynamicSuiteInfo(java.lang.Class<? extends Dynamic> dynamic, ContractImpl impl)
dynamic - The class under test.impl - The ContractImpl annotation for the classCopyright © 2013-2018 XENEI.com. All Rights Reserved.