Freigeben über


TransactionalStateStorageTestRunnerxUnit<TState> Klasse

Definition

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

Typparameter

TState
Vererbung
TransactionalStateStorageTestRunnerxUnit<TState>

Konstruktoren

TransactionalStateStorageTestRunnerxUnit<TState>(Func<Task<ITransactionalStateStorage<TState>>>, Func<Int32,TState>, IGrainFactory, ITestOutputHelper, Func<EquivalencyAssertionOptions<TState>, EquivalencyAssertionOptions<TState>>)

Konstruktor

TransactionalStateStorageTestRunnerxUnit<TState>(Func<Task<ITransactionalStateStorage<TState>>>, Func<TState>, IGrainFactory, ITestOutputHelper)

Konstruktor

Felder

assertConfig (Geerbt von TransactionalStateStorageTestRunner<TState>)
grainFactory (Geerbt von TransactionTestRunnerBase)
stateFactory (Geerbt von TransactionalStateStorageTestRunner<TState>)
stateStorageFactory (Geerbt von TransactionalStateStorageTestRunner<TState>)
testOutput (Geerbt von TransactionTestRunnerBase)

Methoden

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

Gilt für: