15namespace sequoia::testing
21 template<test_mode Mode>
24 check(equality,
"Description", logger, actual.string(), prediction.string());
27 template<test_mode Mode>
30 check(equality,
"Wrapped command", logger, actual.string(), prediction);
bool check(CheckType flavour, std::string description, test_logger< Mode > &logger, Iter first, Sentinel last, PredictionIter predictionFirst, PredictionSentinel predictionLast, tutor< Advisor > advisor={})
The workhorse for comparing the contents of ranges.
Definition: FreeCheckers.hpp:377
Utilities for checking regular semantics.
Utilties for creating, composing and invoking commandline input.
Definition: ShellCommands.hpp:20
Definition: TestLogger.hpp:183
Definition: FreeCheckers.hpp:82
Definition: FreeCheckers.hpp:87
class template, specializations of which implement various comparisons for the specified type.
Definition: FreeCheckers.hpp:78