TransactionalStateStorageTestRunnerxUnit<TState> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Type Parameters
- TState
- Inheritance
-
TransactionalStateStorageTestRunnerxUnit<TState>
Constructors
Fields
assertConfig | (Inherited from TransactionalStateStorageTestRunner<TState>) |
grainFactory | (Inherited from TransactionTestRunnerBase) |
stateFactory | (Inherited from TransactionalStateStorageTestRunner<TState>) |
stateStorageFactory | (Inherited from TransactionalStateStorageTestRunner<TState>) |
testOutput | (Inherited from TransactionTestRunnerBase) |