Package | Description |
---|---|
org.adroitlogic.x.test.util |
This package contains the utility classes to be used for the unit test classes for connectors and processing elements
|
Modifier and Type | Method and Description |
---|---|
static IntegrationFlow |
ElementTestUtils.getMockIntegrationFlow(org.springframework.context.ApplicationContext context)
Returns a mock instance of
IntegrationFlow with the flow name "sample-flow" and belongs to a mock project
created with ElementTestUtils.getMockProject(ApplicationContext) method |
static IntegrationFlow |
ElementTestUtils.getMockIntegrationFlow(Project project)
Returns a mock instance of
IntegrationFlow with the flow name "sample-flow" and belongs to the provided
project |
static IntegrationFlow |
ElementTestUtils.getMockIntegrationFlow(Project project,
String flowName)
Returns a mock instance of
IntegrationFlow with the provided name and belongs to the provided project |
Copyright © 2016–2019 AdroitLogic. All rights reserved.