Microsoft.Protocols.TestSuites.MS_OXCTABL.S05_ResetSortTableRops_ResetTableSuccess_TestSuite.MSOXCTABL_S05_ResetSortTableRops_ResetTableSuccess_TestSuiteRopResetTableResponseChecker13 C# (CSharp) Method

MSOXCTABL_S05_ResetSortTableRops_ResetTableSuccess_TestSuiteRopResetTableResponseChecker13() private method

private MSOXCTABL_S05_ResetSortTableRops_ResetTableSuccess_TestSuiteRopResetTableResponseChecker13 ( Microsoft ropType, bool isPreviousDataReset ) : void
ropType Microsoft
isPreviousDataReset bool
return void
        private void MSOXCTABL_S05_ResetSortTableRops_ResetTableSuccess_TestSuiteRopResetTableResponseChecker13(Microsoft.Protocols.TestSuites.MS_OXCTABL.TableRopType ropType, bool isPreviousDataReset) {
            this.Manager.Comment("checking step \'event RopResetTableResponse(MOVECURSOR,True)\'");
            try {
                TestManagerHelpers.AssertAreEqual<Microsoft.Protocols.TestSuites.MS_OXCTABL.TableRopType>(this.Manager, Microsoft.Protocols.TestSuites.MS_OXCTABL.TableRopType.MOVECURSOR, ropType, "ropType of RopResetTableResponse, state S138");
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, true, isPreviousDataReset, "isPreviousDataReset of RopResetTableResponse, state S138");
            }
            catch (TransactionFailedException ) {
                this.Manager.Comment("This step would have covered MS-OXCTABL_R561");
                throw;
            }
            this.Manager.Checkpoint("MS-OXCTABL_R561");
        }
        
S05_ResetSortTableRops_ResetTableSuccess_TestSuite