TransactionalStateStorageTestRunner<TState> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres de type
- TState
- Héritage
- Dérivé
Constructeurs
Champs
assertConfig | |
grainFactory | (Hérité de TransactionTestRunnerBase) |
stateFactory | |
stateStorageFactory | |
testOutput | (Hérité de TransactionTestRunnerBase) |