Searched refs:expectedMode (Results 1 – 4 of 4) sorted by relevance
73 private boolean runTest(Utils.TestcaseType test, int expectedMode) throws Exception { in runTest() argument81 assertEquals(expectedMode, mode); in runTest()84 if (expectedMode == ZEN_MODE_IS_ALARMS) { in runTest()
67 private boolean runTest(Utils.TestcaseType test, int expectedMode) throws Exception { in runTest() argument75 assertEquals(expectedMode, mode); in runTest()
57 private boolean runTest(Utils.TestcaseType test, boolean expectedMode) throws Exception { in runTest() argument
226 protected void testIsExpectedMode(int i, int expectedMode) { in testIsExpectedMode() argument228 boolean passed = mode == expectedMode; in testIsExpectedMode()