你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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