Package | Description |
---|---|
com.sap.cloud.sdk.testutil |
Modifier and Type | Class and Description |
---|---|
class |
ErpSystem |
class |
GenericSystem |
Modifier and Type | Method and Description |
---|---|
TestSystem<?> |
MockUtil.getTestSystem(String systemAlias)
Returns the
TestSystem for the given alias. |
Modifier and Type | Method and Description |
---|---|
void |
MockUtil.addTestSystem(TestSystem<?> testSystem)
Registers the given
TestSystem to enable retrieval by its alias. |
Credentials |
MockUtil.getCredentials(TestSystem<?> testSystem) |
Destination |
MockUtil.mockDestination(String name,
TestSystem<?> testSystem)
Mocks a destination with a given name to the given
TestSystem with the registered credentials. |
void |
MockUtil.removeTestSystem(TestSystem<?> testSystem)
Unregisters the given
TestSystem . |
Copyright © 2018 SAP SE. All rights reserved.