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

CreateVolumeRequestConstructorTests() private method

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