Redigera

Dela via


GoldenPathTransactionTestRunnerxUnit Class

Definition

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

Constructors

GoldenPathTransactionTestRunnerxUnit(IGrainFactory, ITestOutputHelper)

Fields

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

Methods

MultiGrainReadWriteTransaction(String, Int32)
MultiGrainWriteTransaction(String, Int32)
MultiWriteToSingleGrainTransaction(String)
RandomTestGrain(String) (Inherited from TransactionTestRunnerBase)
RandomTestGrain<TGrainInterface>(String) (Inherited from TransactionTestRunnerBase)
RepeatGrainReadWriteTransaction(String, Int32)
RWRWTest(String, Int32)
SingleGrainReadTransaction(String)
SingleGrainWriteTransaction(String)
TestGrain(String, Guid) (Inherited from TransactionTestRunnerBase)
TestGrain<TGrainInterface>(String, Guid) (Inherited from TransactionTestRunnerBase)
WRWRTest(String, Int32)

Applies to