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

MSOXCTABL_S03_BookmarkRops_SeekRowBookMarkSuccess_TestSuiteRopSeekRowBookmarkResponseChecker1() private method

private MSOXCTABL_S03_BookmarkRops_SeekRowBookMarkSuccess_TestSuiteRopSeekRowBookmarkResponseChecker1 ( 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_TestSuiteRopSeekRowBookmarkResponseChecker1(bool wantRowMovedCountout, bool enoughRow, bool hasSoughtLess, bool isActualRowsCount, bool rowNoLongerVisible) {
            this.Manager.Comment("checking step \'event RopSeekRowBookmarkResponse(True,True,False,True,False)\'");
            try {
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, true, wantRowMovedCountout, "wantRowMovedCountout of RopSeekRowBookmarkResponse, state S36");
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, true, enoughRow, "enoughRow of RopSeekRowBookmarkResponse, state S36");
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, false, hasSoughtLess, "hasSoughtLess of RopSeekRowBookmarkResponse, state S36");
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, true, isActualRowsCount, "isActualRowsCount of RopSeekRowBookmarkResponse, state S36");
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, false, rowNoLongerVisible, "rowNoLongerVisible of RopSeekRowBookmarkResponse, state S36");
            }
            catch (TransactionFailedException ) {
                this.Manager.Comment("This step would have covered MS-OXCTABL_R178, MS-OXCTABL_R503, MS-OXCTABL_R188, M" +
                        "S-OXCTABL_R166, MS-OXCTABL_R190, MS-OXCTABL_R183");
                throw;
            }
            this.Manager.Checkpoint("MS-OXCTABL_R178");
            this.Manager.Checkpoint("MS-OXCTABL_R503");
            this.Manager.Checkpoint("MS-OXCTABL_R188");
            this.Manager.Checkpoint("MS-OXCTABL_R166");
            this.Manager.Checkpoint("MS-OXCTABL_R190");
            this.Manager.Checkpoint("MS-OXCTABL_R183");
        }