Package | Description |
---|---|
com.sap.cloud.sdk.testutil |
Modifier and Type | Method and Description |
---|---|
ErpSystem |
ErpSystem.ErpSystemBuilder.build() |
ErpSystem |
MockErpDestination.getErpSystem() |
ErpSystem |
MockRfcDestination.getErpSystem() |
ErpSystem |
MockUtil.getErpSystem() |
ErpSystem |
MockUtil.getErpSystem(String systemAlias) |
Modifier and Type | Method and Description |
---|---|
Class<ErpSystem> |
ErpSystem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
MockUtil.addDefaultErpSystem(ErpSystem erpSystem)
Adds and sets the default ERP system.
|
MockErpDestination.MockErpDestinationBuilder |
MockErpDestination.MockErpDestinationBuilder.erpSystem(ErpSystem erpSystem) |
MockRfcDestination.MockRfcDestinationBuilder |
MockRfcDestination.MockRfcDestinationBuilder.erpSystem(ErpSystem erpSystem) |
Destination |
MockUtil.mockErpDestination(ErpSystem erpSystem)
Mocks an ERP
Destination by redirecting to an actual ERP system for destination name "ErpQueryEndpoint". |
Destination |
MockUtil.mockErpDestination(ErpSystem erpSystem,
Credentials credentials)
Mocks an ERP
Destination for the given ErpSystem and Credentials for destination name
"ErpQueryEndpoint". |
Destination |
MockUtil.mockErpDestination(String destinationName,
ErpSystem erpSystem)
Mocks an ERP
Destination by redirecting to an actual ERP system for the given destination name. |
Destination |
MockUtil.mockErpDestination(String destinationName,
ErpSystem erpSystem,
Credentials credentials)
|
Destination |
MockUtil.mockErpDestination(String destinationName,
ErpSystem erpSystem,
Credentials credentials,
AuthenticationType authenticationType,
ProxyType proxyType,
ProxyConfiguration proxyConfiguration,
List<Header> headers,
KeyStore trustStore,
String trustStorePassword,
Boolean isTrustingAllCertificates,
KeyStore keyStore,
String keyStorePassword,
Map<String,String> propertiesByName)
Mocks an ERP
Destination for the given parameters. |
RfcDestination |
MockUtil.mockRfcDestination(ErpSystem erpSystem)
Mocks an
RfcDestination by redirecting to an actual ERP system for destination name "ErpQueryEndpoint". |
RfcDestination |
MockUtil.mockRfcDestination(ErpSystem erpSystem,
Credentials credentials)
Mocks an
RfcDestination for the given ErpSystem and Credentials for destination name
"ErpQueryEndpoint". |
RfcDestination |
MockUtil.mockRfcDestination(String destinationName,
ErpSystem erpSystem)
Mocks an
RfcDestination by redirecting to an actual ERP system for the given destination name. |
RfcDestination |
MockUtil.mockRfcDestination(String destinationName,
ErpSystem erpSystem,
Credentials credentials)
|
RfcDestination |
MockUtil.mockRfcDestination(String destinationName,
ErpSystem erpSystem,
Credentials credentials,
Map<String,String> propertiesByName)
Mocks an
RfcDestination for the given parameters. |
Copyright © 2019 SAP SE. All rights reserved.