Düzenle

Aracılığıyla paylaş


TransactionRecoveryTestsRunner Class

Definition

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

Constructors

TransactionRecoveryTestsRunner(TestCluster, Action<String>)

Fields

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

Methods

Log(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)
TransactionWillRecoverAfterRandomSiloFailure(String, Int32, Boolean)
TransactionWillRecoverAfterRandomSiloGracefulShutdown(String, Int32)
TransactionWillRecoverAfterRandomSiloUnGracefulShutdown(String, Int32)

Applies to