Searched refs:FalseTest (Results 1 – 4 of 4) sorted by relevance
/external/catch2/include/internal/ |
D | catch_result_type.h | 43 FalseTest = 0x04, // Prefix expression with ! enumerator 50 inline bool isFalseTest( int flags ) { return ( flags & ResultDisposition::FalseTest ) != 0; } in isFalseTest()
|
/external/catch2/include/ |
D | catch.hpp | 104 …QUIRE_FALSE", Catch::ResultDisposition::Normal | Catch::ResultDisposition::FalseTest, __VA_ARGS__ ) 115 …", Catch::ResultDisposition::ContinueOnFailure | Catch::ResultDisposition::FalseTest, __VA_ARGS__ ) 186 …QUIRE_FALSE", Catch::ResultDisposition::Normal | Catch::ResultDisposition::FalseTest, __VA_ARGS__ ) 197 …", Catch::ResultDisposition::ContinueOnFailure | Catch::ResultDisposition::FalseTest, __VA_ARGS__ )
|
/external/bcc/tests/cc/ |
D | catch.hpp | 806 FalseTest = 0x04, // Prefix expression with ! enumerator 815 …l isFalseTest( int flags ) { return ( flags & ResultDisposition::FalseTest ) != 0; } in isFalseTest() 10304 …EST( expr, Catch::ResultDisposition::Normal | Catch::ResultDisposition::FalseTest, "CATCH_REQUIRE_… 10312 …Catch::ResultDisposition::ContinueOnFailure | Catch::ResultDisposition::FalseTest, "CATCH_CHECK_FA… 10373 …EST( expr, Catch::ResultDisposition::Normal | Catch::ResultDisposition::FalseTest, "REQUIRE_FALSE"… 10381 … Catch::ResultDisposition::ContinueOnFailure | Catch::ResultDisposition::FalseTest, "CHECK_FALSE" )
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 1091 FalseTest = 0x04, // Prefix expression with ! enumerator 1098 inline bool isFalseTest( int flags ) { return ( flags & ResultDisposition::FalseTest ) != 0; } in isFalseTest() 14592 …QUIRE_FALSE", Catch::ResultDisposition::Normal | Catch::ResultDisposition::FalseTest, __VA_ARGS__ ) 14603 …", Catch::ResultDisposition::ContinueOnFailure | Catch::ResultDisposition::FalseTest, __VA_ARGS__ ) 14672 …QUIRE_FALSE", Catch::ResultDisposition::Normal | Catch::ResultDisposition::FalseTest, __VA_ARGS__ ) 14683 …", Catch::ResultDisposition::ContinueOnFailure | Catch::ResultDisposition::FalseTest, __VA_ARGS__ )
|