TransactionConcurrencyTestRunner 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 TransactionConcurrencyTestRunner : Orleans.Transactions.TestKit.TransactionTestRunnerBase
type TransactionConcurrencyTestRunner = class
inherit TransactionTestRunnerBase
Public MustInherit Class TransactionConcurrencyTestRunner
Inherits TransactionTestRunnerBase
- Inheritance
- Derived
Constructors
TransactionConcurrencyTestRunner(IGrainFactory, Action<String>) |
Fields
grainFactory | (Inherited from TransactionTestRunnerBase) |
testOutput | (Inherited from TransactionTestRunnerBase) |
Methods
RandomTestGrain(String) | (Inherited from TransactionTestRunnerBase) |
RandomTestGrain<TGrainInterface>(String) | (Inherited from TransactionTestRunnerBase) |
SingleSharedGrainTest(String) |
Two transaction share a single grain |
TestGrain(String, Guid) | (Inherited from TransactionTestRunnerBase) |
TestGrain<TGrainInterface>(String, Guid) | (Inherited from TransactionTestRunnerBase) |
TransactionChainTest(String) |
Chain of transactions, each dependent on the results of the previous |
TransactionTreeTest(String) |
Single transaction containing two grains is dependent on two other transaction, one from each grain |