ScopedTransactionsTestRunnerxUnit 类

定义

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

构造函数

ScopedTransactionsTestRunnerxUnit(IGrainFactory, ITransactionClient, ITestOutputHelper)

字段

grainFactory (继承自 TransactionTestRunnerBase)
testOutput (继承自 TransactionTestRunnerBase)

方法

CreateNestedTransactionScopeAndSetValueAndInnerFailAndAssert(String)
CreateTransactionScopeAndSetValue(String)
CreateTransactionScopeAndSetValueAndAssert(String)
CreateTransactionScopeAndSetValueWithFailure(String)
RandomTestGrain(String) (继承自 TransactionTestRunnerBase)
RandomTestGrain<TGrainInterface>(String) (继承自 TransactionTestRunnerBase)
TestGrain(String, Guid) (继承自 TransactionTestRunnerBase)
TestGrain<TGrainInterface>(String, Guid) (继承自 TransactionTestRunnerBase)

适用于