Edit

Share via


DisabledTransactionsTestRunner Class

Definition

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

Constructors

DisabledTransactionsTestRunner(IGrainFactory, Action<String>)

Fields

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

Methods

MultiTransactionGrainsThrowWhenTransactions(String)
RandomTestGrain(String) (Inherited from TransactionTestRunnerBase)
RandomTestGrain<TGrainInterface>(String) (Inherited from TransactionTestRunnerBase)
TestGrain(String, Guid) (Inherited from TransactionTestRunnerBase)
TestGrain<TGrainInterface>(String, Guid) (Inherited from TransactionTestRunnerBase)
TransactionGrainsThrowWhenTransactions(String)

Applies to