TransactionConcurrencyTestRunnerxUnit クラス

定義

public abstract class TransactionConcurrencyTestRunnerxUnit : Orleans.Transactions.TestKit.TransactionConcurrencyTestRunner
type TransactionConcurrencyTestRunnerxUnit = class
    inherit TransactionConcurrencyTestRunner
Public MustInherit Class TransactionConcurrencyTestRunnerxUnit
Inherits TransactionConcurrencyTestRunner
継承
TransactionConcurrencyTestRunnerxUnit

コンストラクター

TransactionConcurrencyTestRunnerxUnit(IGrainFactory, ITestOutputHelper)

フィールド

grainFactory (継承元 TransactionTestRunnerBase)
testOutput (継承元 TransactionTestRunnerBase)

メソッド

RandomTestGrain(String) (継承元 TransactionTestRunnerBase)
RandomTestGrain<TGrainInterface>(String) (継承元 TransactionTestRunnerBase)
SingleSharedGrainTest(String)

2 つのトランザクションが 1 つのグレインを共有する

TestGrain(String, Guid) (継承元 TransactionTestRunnerBase)
TestGrain<TGrainInterface>(String, Guid) (継承元 TransactionTestRunnerBase)
TransactionChainTest(String)

トランザクションのチェーン。各トランザクションは、前のトランザクションの結果に依存します

TransactionTreeTest(String)

2 つのグレインを含む 1 つのトランザクションは、他の 2 つのトランザクション (各グレインから 1 つ) に依存します

適用対象