ConsistencyTransactionTestRunnerxUnit.RandomizedConsistency Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
[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
Параметры
- numGrains
- Int32
- scale
- Int32
- avoidDeadlocks
- Boolean
- avoidTimeouts
- Boolean
- readwrite
- ReadWriteDetermination
Возвращаемое значение
- Атрибуты
-
Xunit.InlineDataAttribute Xunit.SkippableTheoryAttribute