CTCUnitTests.TextInputDialogTest.TextInputDialogConstructorTest2 C# (CSharp) Method

TextInputDialogConstructorTest2() private method

private TextInputDialogConstructorTest2 ( ) : void
return void
        public void TextInputDialogConstructorTest2()
        {
            string prompt = string.Empty; // TODO: Initialize to an appropriate value
            TextInputDialog target = new TextInputDialog(prompt);
            Assert.Inconclusive("TODO: Implement code to verify target");
        }