Go to the source code of this file.
|
template<class CheckType , test_mode Mode, class PartitionedData > |
void | sequoia::testing::impl::check_details (CheckType flavour, test_logger< Mode > &logger, const PartitionedData &data, const PartitionedData &prediction) |
|
template<test_mode Mode, class PartitionedData , class T = typename PartitionedData::value_type> |
void | sequoia::testing::impl::check (equivalence_check_t, test_logger< Mode > &logger, const PartitionedData &data, std::initializer_list< std::initializer_list< T > > prediction) |
|