com.azure.core.test.annotation
Package containing annotations test classes for Azure client libraries.
Interfaces
AzureMethodSource |
This annotation provides test methods the ability to create a parameterized test using the permutation of |
DoNotRecord |
Annotation given to some tests to indicate that network calls made during the test shouldn't be recorded or there won't be any network calls made during the test to prevent creating an empty recording. |
LiveOnly |
Annotation to mark tests that should only be run in LIVE test mode. |
PlaybackOnly |
Annotation to mark tests that should only be run in PLAYBACK test mode. |
RecordWithoutRequestBody |
Annotation given to some tests to skip recording request bodies when test run in Record mode and using Test Proxy. |
SyncAsyncTest |
Indicates that test should be branched out into sync and async branch resulting in two separate test cases. |
Azure SDK for Java