Searched refs:startMinute (Results 1 – 1 of 1) sorted by relevance
2579 long startMinute = instances.getLong(1); in testSingleRecurrenceExceptions() local2580 assertTrue("instance start times are different", startMinute != prevMinute); in testSingleRecurrenceExceptions()2582 prevMinute = startMinute; in testSingleRecurrenceExceptions()2605 long startMinute = instances.getLong(1); in testSingleRecurrenceExceptions() local2607 assertEquals("instance start times are the same", startMinute, prevMinute); in testSingleRecurrenceExceptions()2609 prevMinute = startMinute; in testSingleRecurrenceExceptions()3004 long startMinute; in testForwardRecurrenceExceptions() local3008 startMinute = instances.getLong(1); in testForwardRecurrenceExceptions()3012 startMinute = instances.getLong(1); in testForwardRecurrenceExceptions()3013 assertEquals("first/last pairs match", prevMinute, startMinute); in testForwardRecurrenceExceptions()[all …]