Microsoft.Protocols.TestSuites.MS_OXORULE.MS_OXORULEAdapter.VerifyRopModifyRules C# (CSharp) Method

VerifyRopModifyRules() private method

Verify the RopModifyRules operation.
private VerifyRopModifyRules ( RopModifyRulesResponse ropModifyRulesResponse, RopModifyRulesRequest ropModifyRulesRequest ) : void
ropModifyRulesResponse Microsoft.Protocols.TestSuites.Common.RopModifyRulesResponse RopModifyRules response structure.
ropModifyRulesRequest Microsoft.Protocols.TestSuites.Common.RopModifyRulesRequest RopModifyRules request structure.
return void
        private void VerifyRopModifyRules(RopModifyRulesResponse ropModifyRulesResponse, RopModifyRulesRequest ropModifyRulesRequest)
        {
            // Add the debug information. 
            Site.Log.Add(LogEntryKind.Debug, "Verify MS-OXORULE_R678");

            // Verify MS-OXORULE requirement: MS-OXORULE_R678.
            Site.CaptureRequirementIfAreEqual<byte>(
                ropModifyRulesRequest.InputHandleIndex,
                ropModifyRulesResponse.InputHandleIndex,
                678,
                @"[In RopModifyRules ROP Response Buffer] InputHandleIndex (1 byte): The input handle in the response buffer MUST be the same as the index to the input handle in the request buffer for this operation [Processing RopModifyRules ROP Response].");
        }