Searched refs:beforeTest (Results 1 – 6 of 6) sorted by relevance
33 public void beforeTest() throws Exception { in beforeTest() method in FullscreenRotationTest36 super.beforeTest(); in beforeTest()
49 @JankTest(expectedFrames = EXPECTED_FRAMES, beforeTest = "warmChannelZapping")
49 @JankTest(expectedFrames = EXPECTED_FRAMES, beforeTest = "fillTheMenuRowWithPreviousChannels")
55 @JankTest(expectedFrames = EXPECTED_FRAMES, beforeTest = "warmProgramGuide")
66 public void beforeTest(Method method) { in beforeTest() method in TestNotificationApplication
140 long beforeTest = System.currentTimeMillis(); in testDelayParameter() local143 assertTrue(System.currentTimeMillis() > beforeTest + delayMsec * 3); in testDelayParameter()