AWSSDK_DotNet35.UnitTests.TestTools.EC2ConstructorCustomizationsTests.CreateCustomerGatewayRequestConstructorTests C# (CSharp) Method

CreateCustomerGatewayRequestConstructorTests() private method

private CreateCustomerGatewayRequestConstructorTests ( ) : void
return void
        public void CreateCustomerGatewayRequestConstructorTests()
        {
            EnsureConstructorExists(typeof(Amazon.EC2.Model.CreateCustomerGatewayRequest), new System.Type[] { typeof(GatewayType), typeof(string), typeof(int), });
        }
EC2ConstructorCustomizationsTests