Microsoft.Protocols.TestSuites.MS_OXCTABL.S03_BookmarkRops_SeekRowBookMarkSuccess_TestSuite.MSOXCTABL_S03_BookmarkRops_SeekRowBookMarkSuccess_TestSuiteRopSeekRowBookmarkResponseChecker2 C# (CSharp) Method

MSOXCTABL_S03_BookmarkRops_SeekRowBookMarkSuccess_TestSuiteRopSeekRowBookmarkResponseChecker2() private method

private MSOXCTABL_S03_BookmarkRops_SeekRowBookMarkSuccess_TestSuiteRopSeekRowBookmarkResponseChecker2 ( bool wantRowMovedCountout, bool enoughRow, bool hasSoughtLess, bool isActualRowsCount, bool rowNoLongerVisible ) : void
wantRowMovedCountout bool
enoughRow bool
hasSoughtLess bool
isActualRowsCount bool
rowNoLongerVisible bool
return void
        private void MSOXCTABL_S03_BookmarkRops_SeekRowBookMarkSuccess_TestSuiteRopSeekRowBookmarkResponseChecker2(bool wantRowMovedCountout, bool enoughRow, bool hasSoughtLess, bool isActualRowsCount, bool rowNoLongerVisible) {
            this.Manager.Comment("checking step \'event RopSeekRowBookmarkResponse(True,False,True,True,False)\'");
            try {
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, true, wantRowMovedCountout, "wantRowMovedCountout of RopSeekRowBookmarkResponse, state S37");
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, false, enoughRow, "enoughRow of RopSeekRowBookmarkResponse, state S37");
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, true, hasSoughtLess, "hasSoughtLess of RopSeekRowBookmarkResponse, state S37");
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, true, isActualRowsCount, "isActualRowsCount of RopSeekRowBookmarkResponse, state S37");
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, false, rowNoLongerVisible, "rowNoLongerVisible of RopSeekRowBookmarkResponse, state S37");
            }
            catch (TransactionFailedException ) {
                this.Manager.Comment("This step would have covered MS-OXCTABL_R180, MS-OXCTABL_R187, MS-OXCTABL_R183");
                throw;
            }
            this.Manager.Checkpoint("MS-OXCTABL_R180");
            this.Manager.Checkpoint("MS-OXCTABL_R187");
            this.Manager.Checkpoint("MS-OXCTABL_R183");
        }
        #endregion