TransactionConcurrencyTestRunnerxUnit.TransactionTreeTest(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Single transaction containing two grains is dependent on two other transaction, one from each grain
[Xunit.SkippableTheory(new System.Type[] { })]
public override System.Threading.Tasks.Task TransactionTreeTest (string grainStates);
[Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument })]
[Xunit.SkippableTheory(new System.Type[] { })]
public override System.Threading.Tasks.Task TransactionTreeTest (string grainStates);
[<Xunit.SkippableTheory(new System.Type[] { })>]
override this.TransactionTreeTest : string -> System.Threading.Tasks.Task
[<Xunit.InlineData(new System.Object[] { Mono.Cecil.CustomAttributeArgument })>]
[<Xunit.SkippableTheory(new System.Type[] { })>]
override this.TransactionTreeTest : string -> System.Threading.Tasks.Task
Public Overrides Function TransactionTreeTest (grainStates As String) As Task
Parameters
- grainStates
- String
Returns
- Attributes
-
Xunit.InlineDataAttribute Xunit.SkippableTheoryAttribute