Uses of Enum
com.azure.core.test.TestMode
-
Uses of TestMode in com.azure.core.test
Methods in com.azure.core.test that return TestModeModifier and TypeMethodDescriptionTestBase.getTestMode()Gets the TestMode that has been initialized.TestContextManager.getTestMode()Returns the mode being used to run tests.static TestModeReturns 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 TestModeModifierConstructorDescriptionInterceptorManager(String testName, TestMode testMode) Deprecated.TestContextManager(Method testMethod, TestMode testMode) Constructs aTestContextManagerbased on the test method.TestContextManager(Method testMethod, TestMode testMode, boolean enableTestProxy, boolean recordWithoutRequestBodyClassAnnotation, Path testClassPath) Constructs aTestContextManagerbased on the test method.
InterceptorManager(TestContextManager)instead.