Düzenle

Aracılığıyla paylaş


TransactionalStateStorageTestRunner<TState> Class

Definition

public abstract class TransactionalStateStorageTestRunner<TState> : Orleans.Transactions.TestKit.TransactionTestRunnerBase where TState : class, ITestState, new()
public abstract class TransactionalStateStorageTestRunner<TState> : Orleans.Transactions.TestKit.TransactionTestRunnerBase where TState : class, new()
type TransactionalStateStorageTestRunner<'State (requires 'State : null and 'State :> ITestState and 'State : (new : unit -> 'State))> = class
    inherit TransactionTestRunnerBase
type TransactionalStateStorageTestRunner<'State (requires 'State : null and 'State : (new : unit -> 'State))> = class
    inherit TransactionTestRunnerBase
Public MustInherit Class TransactionalStateStorageTestRunner(Of TState)
Inherits TransactionTestRunnerBase

Type Parameters

TState
Inheritance
TransactionalStateStorageTestRunner<TState>
Derived

Constructors

TransactionalStateStorageTestRunner<TState>(Func<Task<ITransactionalStateStorage<TState>>>, Func<Int32,TState>, IGrainFactory, Action<String>, Func<EquivalencyAssertionOptions<TState>, EquivalencyAssertionOptions<TState>>)

Constructor

TransactionalStateStorageTestRunner<TState>(Func<Task<ITransactionalStateStorage<TState>>>, Func<TState>, IGrainFactory, Action<String>)

Constructor

Fields

assertConfig
grainFactory (Inherited from TransactionTestRunnerBase)
stateFactory
stateStorageFactory
testOutput (Inherited from TransactionTestRunnerBase)

Methods

CancelMany(Int32)
CancelOne()
ConfirmMany(Int32, Boolean)
ConfirmOne(Boolean)
ConfirmOneAndCancelOne(Boolean, Boolean)
FirstTime_Load_ShouldReturnEmptyLoadResponse()
GrowingBatch()
PrepareMany(Int32)
RandomTestGrain(String) (Inherited from TransactionTestRunnerBase)
RandomTestGrain<TGrainInterface>(String) (Inherited from TransactionTestRunnerBase)
ReplaceMany(Int32)
ReplaceOne()
ShrinkingBatch()
StoreWithoutChanges()
TestGrain(String, Guid) (Inherited from TransactionTestRunnerBase)
TestGrain<TGrainInterface>(String, Guid) (Inherited from TransactionTestRunnerBase)
WrongEtags()

Applies to