cadencii.ExceptionNotifyFormUiImplTest.testSetSendButtonText C# (CSharp) Method

testSetSendButtonText() private method

private testSetSendButtonText ( ) : void
return void
        public void testSetSendButtonText()
        {
            string expected = "送信";
            this.setSendButtonText( expected );
            Assert.AreEqual( expected, base.buttonSend.Text );
        }