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

CreatePlacementGroupRequestConstructorTests() private method

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