template<
class CheckType,
test_mode Mode,
class T,
class U,
class... Args>
value_tester<std::remove_cvref_t<T>>::test(c, logger, std::forward<T>(obtained), predicted, std::forward<Args>(args)...);
}
test_mode
Specifies whether tests are run as standard tests or in false postive/negative mode.
Definition: TestMode.hpp:20
Definition: FreeCheckers.hpp:185