Class InboundChannelConfigurationBuilder
java.lang.Object
org.junit.rules.ExternalResource
de.hybris.platform.integrationservices.InboundChannelConfigurationBuilder
- All Implemented Interfaces:
org.junit.rules.TestRule
public class InboundChannelConfigurationBuilder
extends org.junit.rules.ExternalResource
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidafter()protected voidbefore()voidbuild()voidcleanup()withAuthType(AuthenticationType authType) Methods inherited from class org.junit.rules.ExternalResource
apply
-
Method Details
-
inboundChannelConfigurationBuilder
-
withIntegrationObject
public InboundChannelConfigurationBuilder withIntegrationObject(IntegrationObjectModelBuilder builder) -
withIntegrationObjectCode
-
withAuthType
-
build
- Throws:
ImpExException
-
cleanup
public void cleanup() -
before
- Overrides:
beforein classorg.junit.rules.ExternalResource- Throws:
ImpExException
-
after
protected void after()- Overrides:
afterin classorg.junit.rules.ExternalResource
-