Package de.hybris.platform.outboundsync
Class OutboundSyncStreamConfigurationContainerBuilder
java.lang.Object
org.junit.rules.ExternalResource
de.hybris.platform.outboundsync.OutboundSyncStreamConfigurationContainerBuilder
- All Implemented Interfaces:
org.junit.rules.TestRule
public class OutboundSyncStreamConfigurationContainerBuilder
extends org.junit.rules.ExternalResource
Builder for an
OutboundSyncStreamConfigurationContainerModel-
Method Summary
Modifier and TypeMethodDescriptionprotected voidafter()build()voidcleanup()Deletes all containers created by this builder.withStream(OutboundSyncStreamConfigurationBuilder streamBuilder) Methods inherited from class org.junit.rules.ExternalResource
apply, before
-
Method Details
-
outboundSyncStreamConfigurationContainer
public static OutboundSyncStreamConfigurationContainerBuilder outboundSyncStreamConfigurationContainer() -
withId
-
withStream
public OutboundSyncStreamConfigurationContainerBuilder withStream(OutboundSyncStreamConfigurationBuilder streamBuilder) -
build
- Throws:
ImpExException
-
after
protected void after()- Overrides:
afterin classorg.junit.rules.ExternalResource
-
cleanup
public void cleanup()Deletes all containers created by this builder.
-