Searched refs:Bikeshed (Results 1 – 4 of 4) sorted by relevance
84 namespace Bikeshed { namespace90 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()
95 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 );
352 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: "…
2718 REQUIRE( stringify( Bikeshed::Colours::Red ) == "Red" )2723 REQUIRE( stringify( Bikeshed::Colours::Blue ) == "Blue" )