Package | Description |
---|---|
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.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 |
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 |
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.