| Package | Description |
|---|---|
| org.xenei.junit.contract | |
| org.xenei.junit.contract.info |
| Constructor and Description |
|---|
ContractTestRunner(Object getterObj,
TestInfo parentTestInfo,
TestInfo testInfo)
Create a test runner within the ContractTestSuite.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicSuiteInfo
Handles dynamic suites.
|
class |
DynamicTestInfo
Handles tests in dynamic suites.
|
class |
SuiteInfo
Class that contains the contract test and the class that is the contract as
well as the method used to get the producer implementation for the suite
tests.
|
| Modifier and Type | Method and Description |
|---|---|
TestInfo |
ContractTestMap.getInfoByTestClass(Class<?> testClass)
Get a TestInfo for the test class.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TestInfo> |
ContractTestMap.getAnnotatedClasses(Set<TestInfo> testClasses,
TestInfo contractClassInfo)
Find the test classes for the specific contract class.
|
Set<TestInfo> |
ContractTestMap.getAnnotatedClasses(TestInfo contractClassInfo)
Find the test classes for the specific contract class.
|
Set<TestInfo> |
ContractTestMap.getInfoByInterfaceClass(Class<?> contract)
Get a TestInfo for a interface under test.
|
Collection<TestInfo> |
ContractTestMap.listTestInfo()
A list of all TestInfo objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContractTestMap.add(TestInfo info)
Add a TestInfo to the map.
|
int |
TestInfo.compareTo(TestInfo o) |
Set<TestInfo> |
ContractTestMap.getAnnotatedClasses(Set<TestInfo> testClasses,
TestInfo contractClassInfo)
Find the test classes for the specific contract class.
|
Set<TestInfo> |
ContractTestMap.getAnnotatedClasses(TestInfo contractClassInfo)
Find the test classes for the specific contract class.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TestInfo> |
ContractTestMap.getAnnotatedClasses(Set<TestInfo> testClasses,
TestInfo contractClassInfo)
Find the test classes for the specific contract class.
|
| Constructor and Description |
|---|
TestInfoErrorRunner(Class<?> testClass,
TestInfo testInfo)
Constructor.
|
Copyright © 2013-2016 XENEI.com. All Rights Reserved.