Searched refs:mCommand0 (Results 1 – 1 of 1) sorted by relevance
36 private TestEventHandler<String[]> mCommand0; field in CommandInterceptorTest42 mCommand0 = new TestEventHandler<>(); in setUp()45 mProcessor.add(mCommand0); in setUp()52 mCommand0.assertCalled(); in testTriesAllCommands()58 mCommand0.nextReturn(true); in testStopsAfterCommandHandled()60 mCommand0.assertCalled(); in testStopsAfterCommandHandled()66 mCommand0.nextReturn(true); in testConveysArguments()70 Assert.assertArrayEquals(expected, mCommand0.getLastValue()); in testConveysArguments()76 mCommand0.assertNotCalled(); in testMissingCommand()