Class IntegrationObjectItemsContext

java.lang.Object
org.junit.rules.ExternalResource
de.hybris.platform.integrationservices.util.BaseContext
de.hybris.platform.integrationservices.util.IntegrationObjectItemsContext
All Implemented Interfaces:
org.junit.rules.TestRule

public class IntegrationObjectItemsContext extends BaseContext
A class to provide context or to modify context about IntegrationObjectItems existing in the system. It's meant to be used in integration tests to set up or verify test conditions. This context should be used when the test doesn't care about associating the IntegrationObjectItems to a specific IntegrationObject. This class will generate a random IntegrationObject and associates the IntegrationObjectItems to it.