Düzenle

Aracılığıyla paylaş


ScopedTransactionsTestRunner Class

Definition

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

Constructors

ScopedTransactionsTestRunner(IGrainFactory, ITransactionClient, Action<String>)

Fields

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

Methods

CreateNestedTransactionScopeAndSetValueAndInnerFailAndAssert(String)
CreateTransactionScopeAndSetValue(String)
CreateTransactionScopeAndSetValueAndAssert(String)
CreateTransactionScopeAndSetValueWithFailure(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)

Applies to