次の方法で共有


TransactionRecoveryTestsRunnerxUnit.TransactionWillRecoverAfterRandomSiloUnGracefulShutdown メソッド

定義

[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

適用対象