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) |