RestrictionTest ---------------------------------------------------------------------------------
| 41 | |
| 42 | // RestrictionTest --------------------------------------------------------------------------------- |
| 43 | void RestrictionTest::SetStarter(FakeEnding const & start, FakeEnding const & finish) |
| 44 | { |
| 45 | CHECK(m_graph != nullptr, ("Init() was not called.")); |
| 46 | m_starter = MakeStarter(start, finish, *m_graph); |
| 47 | } |
| 48 | |
| 49 | void RestrictionTest::SetRestrictions(RestrictionVec && restrictions) |
| 50 | { |