-
Methods Method Description com.azure.android.core.test.TestBase.getTestName() This method is deprecated as JUnit 5 provides a simpler mechanism to get the test method name throughTestInfo
. Keeping this for backward compatability of other client libraries that still override this method. This method can be deleted when all client libraries remove this method. SeeTestBase.setupTest(TestInfo)
.
-
Constructors Constructor Description com.azure.android.core.test.utils.TestResourceNamer(String, TestMode, RecordedData) UseTestResourceNamer(TestContextManager, RecordedData)
instead.