Home
last modified time | relevance | path

Searched refs:Bikeshed (Results 1 – 4 of 4) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DEnumToString.tests.cpp84 namespace Bikeshed { namespace
90 CATCH_REGISTER_ENUM( Bikeshed::Colours, in CATCH_REGISTER_ENUM()
91 Bikeshed::Colours::Red, in CATCH_REGISTER_ENUM()
92 Bikeshed::Colours::Green, in CATCH_REGISTER_ENUM()
93 Bikeshed::Colours::Blue ) in CATCH_REGISTER_ENUM()
97 REQUIRE( stringify( Bikeshed::Colours::Red ) == "Red" ); in CATCH_REGISTER_ENUM()
98 REQUIRE( stringify( Bikeshed::Colours::Blue ) == "Blue" ); in CATCH_REGISTER_ENUM()
/external/catch2/docs/
Dtostring.md95 namespace Bikeshed {
101 CATCH_REGISTER_ENUM( Bikeshed::Colours,
102 Bikeshed::Colours::Red,
103 Bikeshed::Colours::Green,
104 Bikeshed::Colours::Blue )
107 REQUIRE( Bikeshed::Colours::Red == Bikeshed::Colours::Blue );
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt352 EnumToString.tests.cpp:<line number>: passed: stringify( Bikeshed::Colours::Red ) == "Red" for: "Re…
353 EnumToString.tests.cpp:<line number>: passed: stringify( Bikeshed::Colours::Blue ) == "Blue" for: "…
Dconsole.sw.approved.txt2718 REQUIRE( stringify( Bikeshed::Colours::Red ) == "Red" )
2723 REQUIRE( stringify( Bikeshed::Colours::Blue ) == "Blue" )