| Package | Description |
|---|---|
| com.azure.core.test |
Package containing common test classes for Azure client libraries.
|
| com.azure.core.test.utils |
Package containing utility classes used for testing Azure client libraries.
|
| Modifier and Type | Method and Description |
|---|---|
TestMode |
TestBase.getTestMode()
Gets the TestMode that has been initialized.
|
static TestMode |
TestMode.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.
|
| Constructor and Description |
|---|
InterceptorManager(String testName,
TestMode testMode)
Creates a new InterceptorManager that either replays test-session records or saves them.
|
| Constructor and Description |
|---|
TestResourceNamer(String name,
TestMode testMode,
RecordedData recordedData)
Constructor of TestResourceNamer
|
Copyright © 2019 Microsoft Corporation. All rights reserved.