Calendar Tests

The YUI Calendar Suite is split into 6 test cases:

  1. API Tests: These tests are intended to test the API, without going through the DOM Element or Event layers
    • Calendar API (CALENDAR_API)
    • CalendarGroup API (CALENDARGROUP_API)
  2. DOM Tests: These tests are intended to test the DOM Element and Event layers
    • Calendar DOM (CALENDAR_DOM)
    • CalendarGroup DOM (CALENDARGROUP_DOM)
  3. CFG Tests: These tests are intended to test the set of Calendar configuration properties
    • Calendar Config (CALENDAR_CFG)
    • CalendarGroup Config (CALENDARGROUP_CFG)

(runs default suite [API, CFG] if none selected)