TransactionalStateStorageTestRunner<TState> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
类型参数
- TState
- 继承
- 派生
构造函数
字段
assertConfig | |
grainFactory | (继承自 TransactionTestRunnerBase) |
stateFactory | |
stateStorageFactory | |
testOutput | (继承自 TransactionTestRunnerBase) |