Home
last modified time | relevance | path

Searched refs:beforeTxId (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Transactions.Local/tests/
H A DAsyncTransactionScopeTests.cs1633 …public static void VerifyTxId(bool requiresNew, string parentTxId, string beforeTxId, string after… in VerifyTxId() argument
1635 Assert.Equal(beforeTxId, afterTxId); in VerifyTxId()
1638 Assert.NotEqual(parentTxId, beforeTxId); in VerifyTxId()
1644 Assert.Equal(parentTxId, beforeTxId); in VerifyTxId()