Microsoft.Protocols.TestSuites.MS_OXCPRPT.S05_RopCopyPropertiesSuccessSynchronously_TestSuite.MSOXCPRPT_S05_RopCopyPropertiesSuccessSynchronously_TestSuite3RopCopyPropertiesMethodChecker11 C# (CSharp) Method

MSOXCPRPT_S05_RopCopyPropertiesSuccessSynchronously_TestSuite3RopCopyPropertiesMethodChecker11() private method

private MSOXCPRPT_S05_RopCopyPropertiesSuccessSynchronously_TestSuite3RopCopyPropertiesMethodChecker11 ( bool isPropertiesDeleted, bool isChangedInDB, bool isOverwriteDestination, bool isReturnedRopProgress, Microsoft error ) : void
isPropertiesDeleted bool
isChangedInDB bool
isOverwriteDestination bool
isReturnedRopProgress bool
error Microsoft
return void
        private void MSOXCPRPT_S05_RopCopyPropertiesSuccessSynchronously_TestSuite3RopCopyPropertiesMethodChecker11(bool isPropertiesDeleted, bool isChangedInDB, bool isOverwriteDestination, bool isReturnedRopProgress, Microsoft.Protocols.TestSuites.MS_OXCPRPT.CPRPTErrorCode error) {
            this.Manager.Comment("checking step \'return RopCopyPropertiesMethod/[out False,out True,out True,out Fa" +
                    "lse,out None]\'");
            try {
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, false, isPropertiesDeleted, "isPropertiesDeleted of RopCopyPropertiesMethod, state S942");
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, true, isChangedInDB, "isChangedInDB of RopCopyPropertiesMethod, state S942");
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, true, isOverwriteDestination, "isOverwriteDestination of RopCopyPropertiesMethod, state S942");
                TestManagerHelpers.AssertAreEqual<bool>(this.Manager, false, isReturnedRopProgress, "isReturnedRopProgress of RopCopyPropertiesMethod, state S942");
                TestManagerHelpers.AssertAreEqual<Microsoft.Protocols.TestSuites.MS_OXCPRPT.CPRPTErrorCode>(this.Manager, ((Microsoft.Protocols.TestSuites.MS_OXCPRPT.CPRPTErrorCode)(0)), error, "error of RopCopyPropertiesMethod, state S942");
            }
            catch (TransactionFailedException ) {
                this.Manager.Comment("This step would have covered MS-OXCPRPT_R15204");
                throw;
            }
            this.Manager.Checkpoint("MS-OXCPRPT_R15204");
        }
        
S05_RopCopyPropertiesSuccessSynchronously_TestSuite