Hello developers,
I follow this guide to write cloud rules
When I want to perform integration test (not unit test) I’m stuck.
Usually on integration test you don’t mock anything and you connect really to target system to push/pull informations.
What I want to do is to do not mock IdnRuleUtil. I want this class connects to our ISC DEV tenant.
Do you think it’s feasible?
Thanks
