Edit

Share via


GoldenPathTransactionTestRunner Class

Definition

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

Constructors

GoldenPathTransactionTestRunner(IGrainFactory, Action<String>)

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