Are there any best practices to adhear to when unit testing your Java actions? I'm finding it difficult to call a Java action from within a unit test when I have to specifcy parameters of type module.proxies.MendixObject. I can't initalize one of these objects without an IContext or IMendixObject.
↧