Home
last modified time | relevance | path

Searched refs:REQUIRE_FALSE (Results 1 – 15 of 15) sorted by relevance

/external/catch2/projects/SelfTest/IntrospectiveTests/
DGeneratorsImpl.tests.cpp10 REQUIRE_FALSE(gen.next());
19 REQUIRE_FALSE(gen.next());
32 REQUIRE_FALSE(gen.next());
44 REQUIRE_FALSE(gen.next());
52 REQUIRE_FALSE(gen.next());
63 REQUIRE_FALSE(gen.next());
68 REQUIRE_FALSE(gen.next());
78 REQUIRE_FALSE(gen.next());
84 REQUIRE_FALSE(gen.next());
99 REQUIRE_FALSE(gen.next());
[all …]
DCmdLine.tests.cpp345 REQUIRE_FALSE(cli.parse({ "test", "-r", "xml", "-r", "junit" }));
/external/catch2/examples/
D030-Asn-Require-Check.cpp44 REQUIRE_FALSE( one() == "1" );
45 REQUIRE_FALSE( one() != "1" );
52 REQUIRE_FALSE( one() != "1" );
D207-Rpt-TeamCityReporter.cpp39 REQUIRE_FALSE( 3 == 3 );
/external/parameter-framework/upstream/test/functional-tests/
DAutoSync.cpp112 REQUIRE_FALSE(getParameterValue());
115 REQUIRE_FALSE(isTuningModeOn());
135 REQUIRE_FALSE(getParameterValue());
/external/catch2/projects/SelfTest/UsageTests/
DApprox.tests.cpp82 REQUIRE_FALSE( d <= Approx( 1.22 ) );
92 REQUIRE_FALSE( d >= Approx( 1.24 ) );
189 REQUIRE_FALSE(NAN == Approx(NAN));
DCondition.tests.cpp309 REQUIRE_FALSE( false );
312 REQUIRE_FALSE( falseValue );
315 REQUIRE_FALSE( 1 == 2 );
DTricky.tests.cpp240 REQUIRE_FALSE( is_true<false>::value );
386 REQUIRE_FALSE(std::vector<int>{1, 2} == std::vector<int>{1, 2, 3});
/external/catch2/include/
Dcatch.hpp186 #define REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "REQUIRE_FALSE", Catch::ResultDisposition::Normal… macro
251 #define STATIC_REQUIRE_FALSE( ... ) REQUIRE_FALSE( __VA_ARGS__ )
353 #define REQUIRE_FALSE( ... ) (void)(0) macro
/external/catch2/projects/ExtraTests/
DCMakeLists.txt30 …" REQUIRE; REQUIRE_FALSE; REQUIRE_THROWS; REQUIRE_THROWS_AS; REQUIRE_THROWS_WITH; REQUIRE_THROWS_M…
/external/catch2/docs/
Dassertions.md34 * **REQUIRE_FALSE(** _expression_ **)** and
42 REQUIRE_FALSE( thisReturnsFalse() );
Drelease-notes.md518 * The original expression in `REQUIRE_FALSE( expr )` is now reporter properly as `!( expr )` (#1051)
/external/catch2/projects/SelfTest/Baselines/
Dconsole.sw.approved.txt384 REQUIRE_FALSE( false )
394 REQUIRE_FALSE( falseValue )
404 REQUIRE_FALSE( 1 == 2 )
477 REQUIRE_FALSE( is_true<false>::value )
1721 REQUIRE_FALSE( NAN == Approx(NAN) )
1917 REQUIRE_FALSE( std::vector<int>{1, 2} == std::vector<int>{1, 2, 3} )
3460 REQUIRE_FALSE( gen.next() )
3497 REQUIRE_FALSE( gen.next() )
3554 REQUIRE_FALSE( gen.next() )
3596 REQUIRE_FALSE( gen.next() )
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp14672 #define REQUIRE_FALSE( ... ) INTERNAL_CATCH_TEST( "REQUIRE_FALSE", Catch::ResultDisposition::Normal… macro
14735 #define STATIC_REQUIRE_FALSE( ... ) REQUIRE_FALSE( __VA_ARGS__ )
14837 #define REQUIRE_FALSE( ... ) (void)(0) macro
/external/bcc/tests/cc/
Dcatch.hpp10373 #define REQUIRE_FALSE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal | Catch::… macro