Redigera

Dela via


TransactionConcurrencyTestRunnerxUnit Class

Definition

public abstract class TransactionConcurrencyTestRunnerxUnit : Orleans.Transactions.TestKit.TransactionConcurrencyTestRunner
type TransactionConcurrencyTestRunnerxUnit = class
    inherit TransactionConcurrencyTestRunner
Public MustInherit Class TransactionConcurrencyTestRunnerxUnit
Inherits TransactionConcurrencyTestRunner
Inheritance
TransactionConcurrencyTestRunnerxUnit

Constructors

TransactionConcurrencyTestRunnerxUnit(IGrainFactory, ITestOutputHelper)

Fields

grainFactory (Inherited from TransactionTestRunnerBase)
testOutput (Inherited from TransactionTestRunnerBase)

Methods

RandomTestGrain(String) (Inherited from TransactionTestRunnerBase)
RandomTestGrain<TGrainInterface>(String) (Inherited from TransactionTestRunnerBase)
SingleSharedGrainTest(String)

Two transaction share a single grain

TestGrain(String, Guid) (Inherited from TransactionTestRunnerBase)
TestGrain<TGrainInterface>(String, Guid) (Inherited from TransactionTestRunnerBase)
TransactionChainTest(String)

Chain of transactions, each dependent on the results of the previous

TransactionTreeTest(String)

Single transaction containing two grains is dependent on two other transaction, one from each grain

Applies to