Düzenle

Aracılığıyla paylaş


TocGoldenPathTestRunner Class

Definition

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

Constructors

TocGoldenPathTestRunner(IGrainFactory, Action<String>)

Fields

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

Methods

MultiGrainWriteTransaction(String, Int32)
RandomTestGrain(String) (Inherited from TransactionTestRunnerBase)
RandomTestGrain<TGrainInterface>(String) (Inherited from TransactionTestRunnerBase)
TestGrain(String, Guid) (Inherited from TransactionTestRunnerBase)
TestGrain<TGrainInterface>(String, Guid) (Inherited from TransactionTestRunnerBase)

Applies to