| 104 | } |
| 105 | |
| 106 | void TestModifier(osmoh::RuleSequence const & rule, osmoh::RuleSequence::Modifier modifier) |
| 107 | { |
| 108 | TEST_EQUAL(rule.GetModifier(), modifier, ()); |
| 109 | } |
| 110 | |
| 111 | void TestTime(osmoh::RuleSequence const & rule, uint32_t startH, uint32_t startM, uint32_t endH, uint32_t endM) |
| 112 | { |
no test coverage detected