AWSSDK_DotNet35.UnitTests.Marshalling.ConfigServiceMarshallingTests.StopConfigurationRecorderMarshallTest C# (CSharp) Метод

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

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

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

        }