TransactionRecoveryTestsRunnerxUnit.TransactionWillRecoverAfterRandomSiloUnGracefulShutdown 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Xunit.SkippableTheory(new System.Type[] { })]
public override System.Threading.Tasks.Task TransactionWillRecoverAfterRandomSiloUnGracefulShutdown (string transactionTestGrainClassName, int concurrent);
[Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument })]
[Xunit.SkippableTheory(new System.Type[] { })]
public override System.Threading.Tasks.Task TransactionWillRecoverAfterRandomSiloUnGracefulShutdown (string transactionTestGrainClassName, int concurrent);
[<Xunit.SkippableTheory(new System.Type[] { })>]
override this.TransactionWillRecoverAfterRandomSiloUnGracefulShutdown : string * int -> System.Threading.Tasks.Task
[<Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument })>]
[<Xunit.SkippableTheory(new System.Type[] { })>]
override this.TransactionWillRecoverAfterRandomSiloUnGracefulShutdown : string * int -> System.Threading.Tasks.Task
Public Overrides Function TransactionWillRecoverAfterRandomSiloUnGracefulShutdown (transactionTestGrainClassName As String, concurrent As Integer) As Task
参数
- transactionTestGrainClassName
- String
- concurrent
- Int32
返回
- 属性
-
Xunit.InlineDataAttribute Xunit.SkippableTheoryAttribute