TransactionRecoveryTestsRunner 类

定义

public class TransactionRecoveryTestsRunner : Orleans.Transactions.TestKit.TransactionTestRunnerBase
type TransactionRecoveryTestsRunner = class
    inherit TransactionTestRunnerBase
Public Class TransactionRecoveryTestsRunner
Inherits TransactionTestRunnerBase
继承
TransactionRecoveryTestsRunner
派生

构造函数

TransactionRecoveryTestsRunner(TestCluster, Action<String>)

字段

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

方法

Log(String)
RandomTestGrain(String) (继承自 TransactionTestRunnerBase)
RandomTestGrain<TGrainInterface>(String) (继承自 TransactionTestRunnerBase)
TestGrain(String, Guid) (继承自 TransactionTestRunnerBase)
TestGrain<TGrainInterface>(String, Guid) (继承自 TransactionTestRunnerBase)
TransactionWillRecoverAfterRandomSiloFailure(String, Int32, Boolean)
TransactionWillRecoverAfterRandomSiloGracefulShutdown(String, Int32)
TransactionWillRecoverAfterRandomSiloUnGracefulShutdown(String, Int32)

适用于