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

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

private TextValueTest1 ( ) : void
Результат void
        public void TextValueTest1()
        {
            TextInputDialog target = new TextInputDialog(); // TODO: Initialize to an appropriate value
            string expected = string.Empty; // TODO: Initialize to an appropriate value
            string actual;
            target.TextValue = expected;
            actual = target.TextValue;
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }