Hello everybody,
I'm trying use JUnit in my ADF Mobile project. I created a Test Case using JUnit 3.8 that is compatible with JVM included in ADF Mobile but when I execute the test I receive an error message:
java.lang.NoClassDefFoundError: oracle/adfmf/util/Utility
I checked the libraries at the project and the libraries are OK.
Anybody have idea what is the problem?
I followed this link (https://medium.com/adf-mobile/guide-to-unit-test-in-adf-mobile-6cf2e1490547) to configure my Jdeveloper.
Regards,
Renan