SyncAsyncTest Interface

Implements

public interface SyncAsyncTest
implements Annotation

Indicates that test should be branched out into sync and async branch resulting in two separate test cases. The com.azure.core.test.SyncAsyncExtension#execute(Callable, Callable) should be used in the test to branch out.

Applies to