TransactionConcurrencyTestRunnerxUnit 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 TransactionConcurrencyTestRunnerxUnit : Orleans.Transactions.TestKit.TransactionConcurrencyTestRunner
type TransactionConcurrencyTestRunnerxUnit = class
inherit TransactionConcurrencyTestRunner
Public MustInherit Class TransactionConcurrencyTestRunnerxUnit
Inherits TransactionConcurrencyTestRunner
- Inheritance
-
TransactionConcurrencyTestRunnerxUnit
Constructors
TransactionConcurrencyTestRunnerxUnit(IGrainFactory, ITestOutputHelper) |
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 |