Redigera

Dela via


ConsistencyTransactionTestRunner Class

Definition

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

Constructors

ConsistencyTransactionTestRunner(IGrainFactory, Action<String>)

Fields

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

Properties

StorageAdaptorHasLimitedCommitSpace
StorageErrorInjectionActive

Methods

RandomizedConsistency(Int32, Int32, Boolean, Boolean, ReadWriteDetermination)
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