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

GetConsoleOutputRequestConstructorTests() private method

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