Uses of Class
com.azure.core.test.TestMode
-
-
Uses of TestMode in com.azure.core.test
Methods in com.azure.core.test that return TestMode Modifier and Type Method Description TestModeTestBase. getTestMode()Gets the TestMode that has been initialized.TestModeTestContextManager. getTestMode()Returns the mode being used to run tests.static TestModeTestMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TestMode[]TestMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.azure.core.test with parameters of type TestMode Constructor Description InterceptorManager(String testName, TestMode testMode)Deprecated.UseInterceptorManager(TestContextManager)instead.TestContextManager(Method testMethod, TestMode testMode)Constructs aTestContextManagerbased on the test method.
-