Package | Description |
---|---|
org.adroitlogic.x.test |
The base package for the Project-X unit testing and integration testing framework
|
org.adroitlogic.x.test.connector |
This package contains the base and related classes to be used for the unit test classes for ingress connectors
|
org.adroitlogic.x.test.feature |
This package contains the base and related classes to be used for the unit test classes for features
|
org.adroitlogic.x.test.processor |
This package contains the base and related classes to be used for the unit test classes for processing elements
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXElementTest<E extends AbstractProcessingElement>
This is the base abstract class used by connector and processor test classes
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEgressConnectorTest<C extends EgressConnectorElement>
This is the abstract class to be inherited by any unit test class for any
EgressConnectorElement |
class |
AbstractIngressConnectorTest<C extends IngressConnectorElement>
This is the abstract class to be inherited by any unit test class for any
IngressConnectorElement |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFeatureTest<F extends AbstractIntegrationFeature>
This is the abstract class to be inherited by any unit test class for any
AbstractIntegrationFeature |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProcessorTest<T extends AbstractProcessingElement>
This is the abstract class to be inherited by any unit test class for a processing element
|
Copyright © 2016–2019 AdroitLogic. All rights reserved.