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