Home
last modified time | relevance | path

Searched refs:REQUIRE_THAT (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/UsageTests/
H A DMatchers.tests.cpp168 REQUIRE_THAT(testStringForMatching(),
415 REQUIRE_THAT(-0., WithinRel(0.));
426 REQUIRE_THAT(1., WithinAbs(1., 0));
466 REQUIRE_THAT(NAN, !WithinAbs(NAN, 0));
473 REQUIRE_THAT(NAN, !WithinRel(NAN));
474 REQUIRE_THAT(1., !WithinRel(NAN));
475 REQUIRE_THAT(NAN, !WithinRel(1.));
484 REQUIRE_THAT("Hello olleH",
490 REQUIRE_THAT("This wouldn't pass",
520 REQUIRE_THAT(v1, Approx(v1));
[all …]
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/UsageTests/
H A DMatchers.tests.cpp168 REQUIRE_THAT(testStringForMatching(),
479 REQUIRE_THAT(-0., WithinRel(0.));
490 REQUIRE_THAT(1., WithinAbs(1., 0));
530 REQUIRE_THAT(NAN, !WithinAbs(NAN, 0));
537 REQUIRE_THAT(NAN, !WithinRel(NAN));
538 REQUIRE_THAT(1., !WithinRel(NAN));
539 REQUIRE_THAT(NAN, !WithinRel(1.));
548 REQUIRE_THAT("Hello olleH",
554 REQUIRE_THAT("This wouldn't pass",
584 REQUIRE_THAT(v1, Approx(v1));
[all …]
/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/UsageTests/
H A DMatchers.tests.cpp168 REQUIRE_THAT(testStringForMatching(),
479 REQUIRE_THAT(-0., WithinRel(0.));
490 REQUIRE_THAT(1., WithinAbs(1., 0));
530 REQUIRE_THAT(NAN, !WithinAbs(NAN, 0));
537 REQUIRE_THAT(NAN, !WithinRel(NAN));
538 REQUIRE_THAT(1., !WithinRel(NAN));
539 REQUIRE_THAT(NAN, !WithinRel(1.));
548 REQUIRE_THAT("Hello olleH",
554 REQUIRE_THAT("This wouldn't pass",
584 REQUIRE_THAT(v1, Approx(v1));
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/UsageTests/
H A DMatchers.tests.cpp168 REQUIRE_THAT(testStringForMatching(),
479 REQUIRE_THAT(-0., WithinRel(0.));
490 REQUIRE_THAT(1., WithinAbs(1., 0));
530 REQUIRE_THAT(NAN, !WithinAbs(NAN, 0));
537 REQUIRE_THAT(NAN, !WithinRel(NAN));
538 REQUIRE_THAT(1., !WithinRel(NAN));
539 REQUIRE_THAT(NAN, !WithinRel(1.));
548 REQUIRE_THAT("Hello olleH",
554 REQUIRE_THAT("This wouldn't pass",
584 REQUIRE_THAT(v1, Approx(v1));
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DMatchers.tests.cpp168 REQUIRE_THAT(testStringForMatching(),
479 REQUIRE_THAT(-0., WithinRel(0.));
490 REQUIRE_THAT(1., WithinAbs(1., 0));
530 REQUIRE_THAT(NAN, !WithinAbs(NAN, 0));
537 REQUIRE_THAT(NAN, !WithinRel(NAN));
538 REQUIRE_THAT(1., !WithinRel(NAN));
539 REQUIRE_THAT(NAN, !WithinRel(1.));
548 REQUIRE_THAT("Hello olleH",
554 REQUIRE_THAT("This wouldn't pass",
584 REQUIRE_THAT(v1, Approx(v1));
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/UsageTests/
H A DMatchers.tests.cpp168 REQUIRE_THAT(testStringForMatching(),
479 REQUIRE_THAT(-0., WithinRel(0.));
490 REQUIRE_THAT(1., WithinAbs(1., 0));
530 REQUIRE_THAT(NAN, !WithinAbs(NAN, 0));
537 REQUIRE_THAT(NAN, !WithinRel(NAN));
538 REQUIRE_THAT(1., !WithinRel(NAN));
539 REQUIRE_THAT(NAN, !WithinRel(1.));
548 REQUIRE_THAT("Hello olleH",
554 REQUIRE_THAT("This wouldn't pass",
584 REQUIRE_THAT(v1, Approx(v1));
[all …]
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/projects/SelfTest/UsageTests/
H A DMatchers.tests.cpp150 REQUIRE_THAT(testStringForMatching(),
316 REQUIRE_THAT(1.f, WithinAbs(1.f, 0));
317 REQUIRE_THAT(0.f, WithinAbs(1.f, 1));
322 REQUIRE_THAT(0.f, WithinAbs(-0.f, 0));
326 REQUIRE_THAT(1.f, WithinULP(1.f, 0));
332 REQUIRE_THAT(1.f, WithinULP(1.f, 0));
354 REQUIRE_THAT(1., WithinAbs(1., 0));
355 REQUIRE_THAT(0., WithinAbs(1., 1));
363 REQUIRE_THAT(1., WithinULP(1., 0));
369 REQUIRE_THAT(1., WithinULP(1., 0));
[all …]
/dports/net/arataga/restinio-v.0.6.13/dev/test/handle_requests/user_controlled_output/
H A Dmain.cpp149 REQUIRE_THAT(
152 REQUIRE_THAT(
155 REQUIRE_THAT(
158 REQUIRE_THAT(
161 REQUIRE_THAT(
164 REQUIRE_THAT(
167 REQUIRE_THAT(
170 REQUIRE_THAT(
173 REQUIRE_THAT(
176 REQUIRE_THAT(
[all …]
/dports/net/arataga/restinio-v.0.6.13/dev/test/transforms/zlib_body_appender/
H A Dmain.cpp120 REQUIRE_THAT(
124 REQUIRE_THAT(
144 REQUIRE_THAT(
148 REQUIRE_THAT(
168 REQUIRE_THAT(
172 REQUIRE_THAT(
194 REQUIRE_THAT(
198 REQUIRE_THAT(
220 REQUIRE_THAT(
369 REQUIRE_THAT(
[all …]
/dports/net/arataga/restinio-v.0.6.13/dev/test/handle_requests/output_and_buffers/
H A Dstd_string.cpp52 REQUIRE_THAT( response,
56 REQUIRE_THAT( response, Catch::Matchers::EndsWith( resp_message ) );
110 REQUIRE_THAT( response,
114 REQUIRE_THAT( response, Catch::Matchers::EndsWith( resp_message ) );
174 REQUIRE_THAT( response,
178 REQUIRE_THAT( response, Catch::Matchers::EndsWith( resp_message ) );
270 REQUIRE_THAT( response,
327 REQUIRE_THAT( response,
388 REQUIRE_THAT( response,
455 REQUIRE_THAT( response,
[all …]
H A Dconst_buffer.cpp53 REQUIRE_THAT( response,
57 REQUIRE_THAT( response, Catch::Matchers::EndsWith( resp_message ) );
111 REQUIRE_THAT( response,
115 REQUIRE_THAT( response, Catch::Matchers::EndsWith( resp_message ) );
175 REQUIRE_THAT( response,
179 REQUIRE_THAT( response, Catch::Matchers::EndsWith( resp_message ) );
271 REQUIRE_THAT( response,
328 REQUIRE_THAT( response,
389 REQUIRE_THAT( response,
456 REQUIRE_THAT( response,
[all …]
H A Dshared_ptr_std_string.cpp53 REQUIRE_THAT( response,
57 REQUIRE_THAT( response, Catch::Matchers::EndsWith( *resp_message ) );
121 REQUIRE_THAT( response,
125 REQUIRE_THAT( response, Catch::Matchers::EndsWith( *resp_message ) );
186 REQUIRE_THAT( response,
190 REQUIRE_THAT( response, Catch::Matchers::EndsWith( *resp_message ) );
282 REQUIRE_THAT( response,
339 REQUIRE_THAT( response,
400 REQUIRE_THAT( response,
467 REQUIRE_THAT( response,
[all …]
/dports/benchmarks/vkmark/vkmark-2017.08-24-g53abc4f/tests/
H A Dmodel_test.cpp65 REQUIRE_THAT(vertex_data, Equals(
78 REQUIRE_THAT(vertex_data, Equals(
115 REQUIRE_THAT(vertex_data, Equals(
149 REQUIRE_THAT(vertex_data, Equals(
189 REQUIRE_THAT(vertex_data, Equals(
228 REQUIRE_THAT(vertex_data, Equals(
273 REQUIRE_THAT(vertex_data, Equals(
H A Dutil_split_test.cpp56 REQUIRE_THAT(
74 REQUIRE_THAT(
87 REQUIRE_THAT(
104 REQUIRE_THAT(
121 REQUIRE_THAT(
/dports/net/arataga/restinio-v.0.6.13/dev/test/handle_requests/method/
H A Dmain.cpp60 REQUIRE_THAT( response, Catch::Matchers::EndsWith( "GET" ) );
78 REQUIRE_THAT( response, Catch::Matchers::EndsWith( "POST" ) );
94 REQUIRE_THAT( response, Catch::Matchers::EndsWith( "HEAD" ) );
113 REQUIRE_THAT( response, Catch::Matchers::EndsWith( "PUT" ) );
129 REQUIRE_THAT( response, Catch::Matchers::EndsWith( "DELETE" ) );
/dports/net/arataga/restinio-v.0.6.13/dev/test/handle_requests/echo_body/
H A Dmain.cpp40 REQUIRE_THAT( in perform_test()
44 REQUIRE_THAT( response, Catch::Matchers::EndsWith( body ) ); in perform_test()
56 REQUIRE_THAT( in perform_test()
60 REQUIRE_THAT( response, Catch::Matchers::EndsWith( body ) ); in perform_test()
68 REQUIRE_THAT( in perform_test()
72 REQUIRE_THAT( response, Catch::Matchers::EndsWith( body ) ); in perform_test()
/dports/net/arataga/restinio-v.0.6.13/dev/test/handle_requests/chunked_input/
H A Dmain.cpp91 REQUIRE_THAT( response,
119 REQUIRE_THAT( response,
149 REQUIRE_THAT( response,
179 REQUIRE_THAT( response,
206 REQUIRE_THAT( response,
291 REQUIRE_THAT( response,
365 REQUIRE_THAT( response,
/dports/net/arataga/restinio-v.0.6.13/dev/test/handle_requests/upgrade/
H A Dmain.cpp77 REQUIRE_THAT( response, Catch::StartsWith( "HTTP/1.1 101 Switching Protocols" ) ); in perform_test()
78 REQUIRE_THAT( response, Catch::Contains( "Connection: Upgrade" ) ); in perform_test()
79 REQUIRE_THAT( response, Catch::Contains( "Sec-WebSocket-Accept:" ) ); in perform_test()
80 REQUIRE_THAT( response, Catch::Contains( "Upgrade: websocket" ) ); in perform_test()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/tests/fff_print/
H A Dtest_gcodewriter.cpp77 REQUIRE_THAT(writer.set_speed(99999.123), Catch::Equals("G1 F99999.123\n"));
82 REQUIRE_THAT(writer.set_speed(1.0), Catch::Equals("G1 F1.000\n"));
87 REQUIRE_THAT(writer.set_speed(203.200022), Catch::Equals("G1 F203.200\n"));
92 REQUIRE_THAT(writer.set_speed(203.200522), Catch::Equals("G1 F203.201\n"));
/dports/net/arataga/restinio-v.0.6.13/dev/test/handle_requests/incoming_msg_limits/
H A Dmain.cpp68 REQUIRE_THAT( response,
103 REQUIRE_THAT( response,
140 REQUIRE_THAT( response,
178 REQUIRE_THAT( response,
/dports/net/arataga/restinio-v.0.6.13/dev/test/sendfile/
H A Dmain.cpp74 REQUIRE_THAT(
134 REQUIRE_THAT(
221 REQUIRE_THAT(
243 REQUIRE_THAT(
266 REQUIRE_THAT(
355 REQUIRE_THAT(
382 REQUIRE_THAT(
448 REQUIRE_THAT(
469 REQUIRE_THAT(
488 REQUIRE_THAT(
[all …]
/dports/x11/waybar/Waybar-0.9.12/test/
H A Dwaybar_time.cpp32 REQUIRE_THAT(fmt::format("{:%c}", tm), // HowardHinnant/date#704
45 REQUIRE_THAT(fmt::format("{:%c}", tm), // HowardHinnant/date#704
68 REQUIRE_THAT(fmt::format("{:%c}", tm), // HowardHinnant/date#704
82 REQUIRE_THAT(fmt::format("{:%c}", tm), // HowardHinnant/date#704
/dports/math/e-antic/Catch2-ff349a5/projects/XCode/OCTest/OCTest/
H A DCatchOCTestCase.mm73 REQUIRE_THAT( @"This is a string", Equals( @"This isn't a string" ) );
74 REQUIRE_THAT( @"This is a string", Contains( @"is a" ) ); category
75 REQUIRE_THAT( @"This is a string", StartsWith( @"This" ) ); category
76 REQUIRE_THAT( @"This is a string", EndsWith( @"string" ) ); category
/dports/www/restbed/restbed-4.8/dependency/catch/projects/XCode/OCTest/OCTest/
H A DCatchOCTestCase.mm73 REQUIRE_THAT( @"This is a string", Equals( @"This isn't a string" ) );
74 REQUIRE_THAT( @"This is a string", Contains( @"is a" ) ); category
75 REQUIRE_THAT( @"This is a string", StartsWith( @"This" ) ); category
76 REQUIRE_THAT( @"This is a string", EndsWith( @"string" ) ); category
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/XCode/OCTest/OCTest/
H A DCatchOCTestCase.mm73 REQUIRE_THAT( @"This is a string", Equals( @"This isn't a string" ) );
74 REQUIRE_THAT( @"This is a string", Contains( @"is a" ) ); category
75 REQUIRE_THAT( @"This is a string", StartsWith( @"This" ) ); category
76 REQUIRE_THAT( @"This is a string", EndsWith( @"string" ) ); category

12345678910>>...12