Edit

Share via


ConsistencyTransactionTestRunnerxUnit.RandomizedConsistency Method

Definition

[Xunit.SkippableTheory(new System.Type[] {  })]
public override System.Threading.Tasks.Task RandomizedConsistency (int numGrains, int scale, bool avoidDeadlocks, bool avoidTimeouts, Orleans.Transactions.TestKit.Consistency.ReadWriteDetermination readwrite);
[Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument })]
[Xunit.SkippableTheory(new System.Type[] {  })]
public override System.Threading.Tasks.Task RandomizedConsistency (int numGrains, int scale, bool avoidDeadlocks, bool avoidTimeouts, Orleans.Transactions.TestKit.Consistency.ReadWriteDetermination readwrite);
[<Xunit.SkippableTheory(new System.Type[] {  })>]
override this.RandomizedConsistency : int * int * bool * bool * Orleans.Transactions.TestKit.Consistency.ReadWriteDetermination -> System.Threading.Tasks.Task
[<Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument, Mono.Cecil.CustomAttributeArgument })>]
[<Xunit.SkippableTheory(new System.Type[] {  })>]
override this.RandomizedConsistency : int * int * bool * bool * Orleans.Transactions.TestKit.Consistency.ReadWriteDetermination -> System.Threading.Tasks.Task
Public Overrides Function RandomizedConsistency (numGrains As Integer, scale As Integer, avoidDeadlocks As Boolean, avoidTimeouts As Boolean, readwrite As ReadWriteDetermination) As Task

Parameters

numGrains
Int32
scale
Int32
avoidDeadlocks
Boolean
avoidTimeouts
Boolean

Returns

Attributes
Xunit.InlineDataAttribute Xunit.SkippableTheoryAttribute

Applies to