Microsoft.Protocols.TestSuites.MS_OXCNOTIF.MS_OXCNOTIFAdapter.VerifyRopPendingResponse C# (CSharp) Method

VerifyRopPendingResponse() private method

Verify Pending response.
private VerifyRopPendingResponse ( ) : void
return void
        private void VerifyRopPendingResponse()
        {
            // Add the debug information
            Site.Log.Add(LogEntryKind.Debug, "Verify MS-OXCNOTIF_R83");

            // If RopPending is returned in the response buffer through the test suite, 
            // this method will be invoked, and this requirement will be verified directly.
            Site.CaptureRequirement(
                83,
                @"[In EcDoRpcExt] This ROP [RopPending] MUST appear in response buffers of the EcDoRpcExt2 method, as specified in [MS-OXCRPC] section 3.1.4.2.");            
        }