public class CalendarHelpersTest
extends java.lang.Object
CalendarService,
but which don't need a full repo| Constructor and Description |
|---|
CalendarHelpersTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
allDayDetection() |
void |
dailyRecurrenceDates() |
void |
monthlyRecurrenceByDateInMonth()
eg on the 2nd of the month
|
void |
monthlyRecurrenceByDayOfWeek()
on the 1st Tuesday of the month
|
void |
monthlyRecurrenceByLastDayOfWeek()
eg the last Tuesday of the month
|
void |
reccurenceByLastDay()
Test recurrence rules that occur monthly or yearly
on the last day within the month
|
void |
simpleTimeZoneNoDST()
Checks we correctly build the Timezone for somewhere
that doesn't have DST (eg Brisbane)
|
void |
simpleTimeZoneNorthern()
Checks we correctly build the Timezone for somewhere
in the northern hemisphere with DST (eg London)
|
void |
simpleTimeZoneSouthern()
Checks we correctly build the Timezone for somewhere
in the southern hemisphere with DST (eg Sydney)
Note - Sydney is GMT+11 in December, GMT+10 in June
|
void |
weeklyRecurrenceDates() |
void |
yearlyRecurrenceByDateInMonth()
eg every 21st of February
|
void |
yearlyRecurrenceByDayOfWeekInMonth()
eg the 2nd Thursday in every March
|
public void allDayDetection()
public void dailyRecurrenceDates()
public void weeklyRecurrenceDates()
public void monthlyRecurrenceByDateInMonth()
public void reccurenceByLastDay()
public void monthlyRecurrenceByDayOfWeek()
public void monthlyRecurrenceByLastDayOfWeek()
public void yearlyRecurrenceByDateInMonth()
public void yearlyRecurrenceByDayOfWeekInMonth()
public void simpleTimeZoneNoDST()
public void simpleTimeZoneNorthern()
public void simpleTimeZoneSouthern()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.