AWSSDK_DotNet35.UnitTests.Marshalling.StorageGatewayMarshallingTests.DescribeStorediSCSIVolumesMarshallTest C# (CSharp) Метод

DescribeStorediSCSIVolumesMarshallTest() приватный Метод

private DescribeStorediSCSIVolumesMarshallTest ( ) : void
Результат void
        public void DescribeStorediSCSIVolumesMarshallTest()
        {
            var request = InstantiateClassGenerator.Execute<DescribeStorediSCSIVolumesRequest>();
            var marshaller = new DescribeStorediSCSIVolumesRequestMarshaller();

            var internalRequest = marshaller.Marshall(request);
            var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content);                        
            Comparer.CompareObjectToJson<DescribeStorediSCSIVolumesRequest>(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("DescribeStorediSCSIVolumes").ResponseStructure).Execute();
            webResponse.Headers.Add("Content-Length", UTF8Encoding.UTF8.GetBytes(jsonResponse).Length.ToString());
            UnmarshallerContext context = new JsonUnmarshallerContext(Utils.CreateStreamFromString(jsonResponse), false, webResponse);
            var response = DescribeStorediSCSIVolumesResponseUnmarshaller.Instance.Unmarshall(context)
                as DescribeStorediSCSIVolumesResponse;
            InstantiateClassGenerator.ValidateObjectFullyInstantiated(response);
        }
StorageGatewayMarshallingTests