cadencii.ExceptionNotifyFormUiImplTest.testSetTitle C# (CSharp) Method

testSetTitle() private method

private testSetTitle ( ) : void
return void
        public void testSetTitle()
        {
            string expected = "たいとる";
            this.setTitle( expected );
            Assert.AreEqual( expected, base.Text );
        }
    }