You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This helps with keeping production and test code nicely separated.
173
-
There are more overloads of the mocking on the [`MockUtil` class](https://help.sap.com/doc/b579bf8578954412aea2b458e8452201/1.0/en-US/com/sap/cloud/sdk/testutil/MockUtil.html) that you can use.
174
-
Refer to [these tutorial steps](https://developers.sap.com/tutorials/s4sdk-odata-service-cloud-foundry.html#b77d53b0-2d8b-449c-9a9a-9df80ee09a4e) on how to mock destinations for local development and testing.
175
-
176
-
### Using Custom Destination Loaders
177
-
178
-
The above is useful for testing but not suited for productive code.
179
-
If you want to register custom destinations in your productive code you can use the following API:
155
+
You can create a destination manually and prepare a loader for it as follows:
0 commit comments