CTCUnitTests.TextInputDialogTest.TextInputDialogConstructorTest C# (CSharp) Метод

TextInputDialogConstructorTest() приватный Метод

private TextInputDialogConstructorTest ( ) : void
Результат void
        public void TextInputDialogConstructorTest()
        {
            string prompt = string.Empty; // TODO: Initialize to an appropriate value
            TextInputDialog target = new TextInputDialog(prompt);
            Assert.Inconclusive("TODO: Implement code to verify target");
        }