File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
#include < catch2/catch_test_macros.hpp>
13
13
#include < catch2/generators/catch_generators_range.hpp>
14
+ #include < catch2/matchers/catch_matchers_string.hpp>
14
15
#include < catch2/matchers/catch_matchers_floating_point.hpp>
15
16
16
17
#include " tests/utils/qvector.hpp"
29
30
#include < algorithm>
30
31
#include < type_traits>
31
32
33
+ using Catch::Matchers::ContainsSubstring;
32
34
using std::vector;
33
- using namespace Catch ::Matchers;
34
35
35
36
36
37
Original file line number Diff line number Diff line change 10
10
#include " quest/include/quest.h"
11
11
12
12
#include < catch2/catch_test_macros.hpp>
13
+ #include < catch2/matchers/catch_matchers_string.hpp>
13
14
#include < catch2/generators/catch_generators_range.hpp>
14
15
15
16
#include " tests/utils/qvector.hpp"
26
27
#include < vector>
27
28
#include < algorithm>
28
29
30
+ using Catch::Matchers::ContainsSubstring;
29
31
using std::vector;
30
32
31
33
Original file line number Diff line number Diff line change 10
10
#include " quest/include/quest.h"
11
11
12
12
#include < catch2/catch_test_macros.hpp>
13
+ #include < catch2/matchers/catch_matchers_string.hpp>
13
14
#include < catch2/generators/catch_generators_range.hpp>
14
15
15
16
#include " tests/utils/qvector.hpp"
24
25
#include " tests/utils/measure.hpp"
25
26
#include " tests/utils/random.hpp"
26
27
28
+ using Catch::Matchers::ContainsSubstring;
29
+
27
30
28
31
29
32
/*
Original file line number Diff line number Diff line change 10
10
#include " quest/include/quest.h"
11
11
12
12
#include < catch2/catch_test_macros.hpp>
13
+ #include < catch2/matchers/catch_matchers_string.hpp>
13
14
14
15
#include " tests/utils/qvector.hpp"
15
16
#include " tests/utils/qmatrix.hpp"
21
22
#include " tests/utils/macros.hpp"
22
23
#include " tests/utils/random.hpp"
23
24
25
+ using Catch::Matchers::ContainsSubstring;
26
+
24
27
25
28
26
29
/*
@@ -98,4 +101,4 @@ void reportStr(std::string str);
98
101
void reportScalar (const char * label, qcomp num);
99
102
void reportScalar (const char * label, qreal num);
100
103
void reportScalar (std::string label, qcomp num);
101
- void reportScalar (std::string label, qreal num);
104
+ void reportScalar (std::string label, qreal num);
You can’t perform that action at this time.
0 commit comments