Functions | |
void | checkDates (const Schedule &s, const std::vector< Date > &expected) |
void | checkDay (const Schedule &s, Weekday w) |
void | checkCalendars (const std::vector< Date > &expectedHolidays, const std::vector< Date > &testHolidays) |
void checkDates | ( | const Schedule & | s, |
const std::vector< Date > & | expected | ||
) |
Definition at line 32 of file dategeneration.cpp.
void checkDay | ( | const Schedule & | s, |
Weekday | w | ||
) |
Definition at line 43 of file dategeneration.cpp.
void checkCalendars | ( | const std::vector< Date > & | expectedHolidays, |
const std::vector< Date > & | testHolidays | ||
) |
Definition at line 46 of file qle_calendars.cpp.