AWSSDK_DotNet35.UnitTests.Marshalling.DirectoryServiceMarshallingTests.DescribeConditionalForwardersMarshallTest C# (CSharp) Method

DescribeConditionalForwardersMarshallTest() private method

private DescribeConditionalForwardersMarshallTest ( ) : void
return void
        public void DescribeConditionalForwardersMarshallTest()
        {
            var request = InstantiateClassGenerator.Execute<DescribeConditionalForwardersRequest>();
            var marshaller = new DescribeConditionalForwardersRequestMarshaller();

            var internalRequest = marshaller.Marshall(request);
            var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content);                        
            Comparer.CompareObjectToJson<DescribeConditionalForwardersRequest>(request,jsonRequest);

            var webResponse = new WebResponseData
            {
                Headers = {
                    {"x-amzn-RequestId", Guid.NewGuid().ToString()},
                    {"x-amz-crc32","0"}
                }
            };
            var jsonResponse = new JsonSampleGenerator(service_model, service_model.FindOperation("DescribeConditionalForwarders").ResponseStructure).Execute();
            webResponse.Headers.Add("Content-Length", UTF8Encoding.UTF8.GetBytes(jsonResponse).Length.ToString());
            UnmarshallerContext context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(jsonResponse), false, webResponse);
            var response = DescribeConditionalForwardersResponseUnmarshaller.Instance.Unmarshall(context)
                as DescribeConditionalForwardersResponse;
            InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
        }