| Package | Description |
|---|---|
| com.azure.core.test.models |
Package containing models used to test Azure client libraries.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkCallRecord |
RecordedData.findFirstAndRemoveNetworkCall(Predicate<NetworkCallRecord> isMatch)
Finds the first matching
NetworkCallRecord based on the predicate, removes it from the current network
calls, and returns it. |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordedData.addNetworkCall(NetworkCallRecord record)
Adds a network call to the end of the list.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.