| Package | Description |
|---|---|
| com.azure.core.test |
Package containing common test classes for Azure client libraries.
|
| com.azure.core.test.http |
Package containing classes to test HTTP communications in Azure client libraries.
|
| com.azure.core.test.policy |
Package containing
HttpPipelinePolicies used to test Azure
client libraries. |
| com.azure.core.test.utils |
Package containing utility classes used for testing Azure client libraries.
|
| Modifier and Type | Method and Description |
|---|---|
RecordedData |
InterceptorManager.getRecordedData()
Gets the recorded data InterceptorManager is keeping track of.
|
| Constructor and Description |
|---|
PlaybackClient(RecordedData recordedData,
Map<String,String> textReplacementRules)
Creates a PlaybackClient that replays network calls from
recordedData and replaces
response text for any rules specified in textReplacementRules. |
| Constructor and Description |
|---|
RecordNetworkCallPolicy(RecordedData recordedData)
Creates a policy that records network calls into
recordedData. |
| Constructor and Description |
|---|
TestResourceNamer(String name,
TestMode testMode,
RecordedData recordedData)
Constructor of TestResourceNamer
|
Copyright © 2019 Microsoft Corporation. All rights reserved.