hello everyone I am getting this error while writing unitTestCases java.lang.IllegalStateException: No instrumentation registered! Must run under a registering instrumentation.
at androidx.test.platform.app.InstrumentationRegistry.getInstrumentation(InstrumentationRegistry.java:45)
at androidx.test.core.app.ApplicationProvider.getApplicationContext(ApplicationProvider.java:41)
at com.autodesk.adp_mobile_sdk.facets.MessageTest.setUp(MessageTest.kt:24)