Microsoft.Protocols.TestSuites.MS_OXORULE.TestSuiteBase.VerifyRuleTable C# (CSharp) Method

VerifyRuleTable() protected method

Verify rule table.
protected VerifyRuleTable ( ) : void
return void
        protected void VerifyRuleTable()
        {
            // Add the debug information
            this.Site.Log.Add(LogEntryKind.Debug, "Verify MS-OXORULE_R121");

            // Verify MS-OXORULE requirement: MS-OXORULE_R121
            // Since the rows are retrieved by the QueryPropertiesInTable ROP using the table handle returned by the RopGetRulesTable ROP.
            // If the rule table is got successfully and the rule count is correct, the following requirement can be captured directly.
            this.Site.CaptureRequirement(
                121,
                @"[In RopGetRulesTable ROP] The RopGetRulesTable ROP ([MS-OXCROPS] section 2.2.11.2) creates a Table object through which the client can access the standard rules in a folder using table operations as specified in [MS-OXCTABL].");
        }