| 98 | } |
| 99 | |
| 100 | void TestHoliday(osmoh::RuleSequence const & rule, bool forSchool) |
| 101 | { |
| 102 | TEST_EQUAL(rule.GetWeekdays().GetHolidays().size(), 1, ()); |
| 103 | TEST_EQUAL(rule.GetWeekdays().GetHolidays().back().IsPlural(), !forSchool, ()); |
| 104 | } |
| 105 | |
| 106 | void TestModifier(osmoh::RuleSequence const & rule, osmoh::RuleSequence::Modifier modifier) |
| 107 | { |
no test coverage detected