Home | History | Annotate | Download | only in calendarcommon

Lines Matching refs:golden

66             String golden) throws Exception {
67 runRecurrenceIteratorTest(rruleText, dtStart, limit, golden, null, null, UTC);
71 String golden, String advanceTo, String tz) throws Exception {
72 runRecurrenceIteratorTest(rrule, dtstartStr, limit, golden, advanceTo, null, tz);
82 * @param golden The desired results
89 String golden, String advanceTo, String endAt, String tz) throws Exception {
140 assertEquals(golden, sb.toString());