SAP Java Connector (JCo) mocking / testing JCoFunction and / or JCoParameterList

I need to test the module without actually invoking our sap provider through the execution of the "real" JCoFunction.

how to create an instance of "formally correct" JCoFunction?

I can even deal with JCoParameterList, but just can't figure out how to create it or even mock it.

+3
source share
2 answers

SAP Java Connector (SAP JCo) is a toolkit that enables a Java application to interact with any SAP system.

, 3.0 SAP JCo: JCo SAP?

, SAP- JCoDestination.

+1

?

new JCO.ParameterList()
0

Source: https://habr.com/ru/post/1773072/


All Articles