public class IntegrationObjectsContext extends BaseContext
IntegrationObjectModels
existing in the system. It's meant to be used in integration tests to set up or verify test conditions.| Modifier and Type | Method and Description |
|---|---|
void |
after() |
static IntegrationObjectsContext |
create() |
IntegrationObjectModel[] |
givenExist(IntegrationObjectBuilder... specs)
Persists the integration object specifications in the context storage.
|
void |
givenExist(IntegrationObjectModel... models)
Persists the integration object models in the context storage.
|
IntegrationObjectModel |
givenExists(IntegrationObjectBuilder spec)
Persists the integration object specifications in the context storage.
|
before, findAll, flexibleSearch, getService, modelService, removeAllpublic static IntegrationObjectsContext create()
public void after()
public IntegrationObjectModel[] givenExist(IntegrationObjectBuilder... specs)
specs - specifications of the IntegrationObjectModel to create in the persistent storage.public IntegrationObjectModel givenExists(IntegrationObjectBuilder spec)
spec - specifications of the IntegrationObjectModel to create in the persistent storage.public void givenExist(IntegrationObjectModel... models)
models - models of the IntegrationObjectModel to create in the persistent storage.Copyright © 2018 SAP SE. All Rights Reserved.