Microsoft.Protocols.TestSuites.MS_OXCTABL.S04_ExpandRowRops_GetorSetCollapseRowNotSupported_TestSuite.MSOXCTABL_S04_ExpandRowRops_GetorSetCollapseRowNotSupported_TestSuite3RopGetCollapseStateResponseChecker C# (CSharp) Method

MSOXCTABL_S04_ExpandRowRops_GetorSetCollapseRowNotSupported_TestSuite3RopGetCollapseStateResponseChecker() private method

private MSOXCTABL_S04_ExpandRowRops_GetorSetCollapseRowNotSupported_TestSuite3RopGetCollapseStateResponseChecker ( bool isSetCollapseStateCalled, bool isCollapseStateRebuildCorrectly ) : void
isSetCollapseStateCalled bool
isCollapseStateRebuildCorrectly bool
return void
        private void MSOXCTABL_S04_ExpandRowRops_GetorSetCollapseRowNotSupported_TestSuite3RopGetCollapseStateResponseChecker(bool isSetCollapseStateCalled, bool isCollapseStateRebuildCorrectly) {
            this.Manager.Comment("checking step \'event RopGetCollapseStateResponse(False,False)\'");
            TestManagerHelpers.AssertAreEqual<bool>(this.Manager, false, isSetCollapseStateCalled, "isSetCollapseStateCalled of RopGetCollapseStateResponse, state S31");
            TestManagerHelpers.AssertAreEqual<bool>(this.Manager, false, isCollapseStateRebuildCorrectly, "isCollapseStateRebuildCorrectly of RopGetCollapseStateResponse, state S31");
        }
        
S04_ExpandRowRops_GetorSetCollapseRowNotSupported_TestSuite