Edit

Share via


ScopedTransactionsTestRunnerxUnit Class

Definition

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

Constructors

ScopedTransactionsTestRunnerxUnit(IGrainFactory, ITransactionClient, ITestOutputHelper)

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