Searched refs:testCommand (Results 1 – 2 of 2) sorted by relevance
47 Session2Command testCommand = new Session2Command(TEST_COMMAND_CODE_1); in testHasCommand() local49 .addCommand(testCommand); in testHasCommand()52 assertTrue(commandGroup.hasCommand(testCommand)); in testHasCommand()
137 public void testCommand() throws Exception { in testCommand() method in ShortcutManagerNegativeTest