Sequoia
Loading...
Searching...
No Matches
Tests
Maths
Sequences
LinearSequenceTestingDiagnostics.hpp
Go to the documentation of this file.
1
2
// Copyright Oliver J. Rosten 2020. //
3
// Distributed under the GNU GENERAL PUBLIC LICENSE, Version 3.0. //
4
// (See accompanying file LICENSE.md or copy at //
5
// https://www.gnu.org/licenses/gpl-3.0.en.html) //
7
8
#pragma once
9
12
#include "
LinearSequenceTestingUtilities.hpp
"
13
14
namespace
sequoia::testing
15
{
16
class
linear_sequence_false_negative_test
final :
public
regular_false_negative_test
17
{
18
public
:
19
using
regular_false_negative_test::regular_false_negative_test;
20
21
[[nodiscard]]
22
std::filesystem::path source_file()
const
;
23
24
void
run_tests();
25
};
26
}
LinearSequenceTestingUtilities.hpp
sequoia::testing::basic_test
class template from which all concrete tests should derive.
Definition:
FreeTestCore.hpp:144
sequoia::testing::linear_sequence_false_negative_test
Definition:
LinearSequenceTestingDiagnostics.hpp:17
Generated by
1.9.6