Searched refs:startMinute (Results 1 – 1 of 1) sorted by relevance
2578 long startMinute = instances.getLong(1); in testSingleRecurrenceExceptions() local2579 assertTrue("instance start times are different", startMinute != prevMinute); in testSingleRecurrenceExceptions()2581 prevMinute = startMinute; in testSingleRecurrenceExceptions()2604 long startMinute = instances.getLong(1); in testSingleRecurrenceExceptions() local2606 assertEquals("instance start times are the same", startMinute, prevMinute); in testSingleRecurrenceExceptions()2608 prevMinute = startMinute; in testSingleRecurrenceExceptions()3003 long startMinute; in testForwardRecurrenceExceptions() local3007 startMinute = instances.getLong(1); in testForwardRecurrenceExceptions()3011 startMinute = instances.getLong(1); in testForwardRecurrenceExceptions()3012 assertEquals("first/last pairs match", prevMinute, startMinute); in testForwardRecurrenceExceptions()[all …]