AWSSDK_DotNet35.UnitTests.Marshalling.SimpleNotificationServiceMarshallingTests.UnsubscribeMarshallTest C# (CSharp) 메소드

UnsubscribeMarshallTest() 개인적인 메소드

private UnsubscribeMarshallTest ( ) : void
리턴 void
        public void UnsubscribeMarshallTest()
        {
            var operation = service_model.FindOperation("Unsubscribe");

            var request = InstantiateClassGenerator.Execute<UnsubscribeRequest>();
            var marshaller = new UnsubscribeRequestMarshaller();
            var internalRequest = marshaller.Marshall(request);
            var validator = new AWSQueryValidator(internalRequest.Parameters, request, service_model, operation);
            validator.Validate();


        }