Microsoft.Protocols.TestSuites.MS_LISTSWS.MS_LISTSWSAdapter.VerifyEnumViewAttributes C# (CSharp) Method

VerifyEnumViewAttributes() private method

Verify the requirements of the simple type EnumViewAttributes.
private VerifyEnumViewAttributes ( ) : void
return void
        private void VerifyEnumViewAttributes()
        {
            // Verify R274
            // The response have been received successfully, then the following requirement can be captured.
            // If the response is not received and parsed successfully, the test case will fail before this requirement is captured 
            Site.CaptureRequirement(
                274,
                @"[In EnumViewAttributes] The values [Recursive, RecursiveAll, FilesOnly] here MUST be used by the protocol server to restrict the data returned in document libraries.");
        }
MS_LISTSWSAdapter