コード例 #1
0
ファイル: WeSayTextBoxTests.cs プロジェクト: sillsdev/wesay
        public void WritingSystem_Unassigned_Unfocused_Throws()
        {
            IWeSayTextBox textBox = new WeSayTextBox();

            Assert.Throws <InvalidOperationException>(() => textBox.ClearKeyboard());
        }
コード例 #2
0
ファイル: WeSayTextBoxTests.cs プロジェクト: bbriggs/wesay
 public void WritingSystem_Unassigned_Unfocused_Throws()
 {
     WeSayTextBox textBox = new WeSayTextBox();
     textBox.ClearKeyboard();
 }