HomeSort by relevance Sort by last modified time
    Searched refs:ResultSuccess (Results 1 - 5 of 5) sorted by null

  /external/catch2/include/internal/
catch_console_colour.h 39 ResultSuccess = BrightGreen,
  /external/catch2/include/reporters/
catch_reporter_compact.cpp 66 Colour colour(Colour::ResultSuccess);
93 printResultType(Colour::ResultSuccess, passedString());
103 printResultType(Colour::ResultSuccess, failedString() + std::string(" - but was ok"));
catch_reporter_console.cpp 557 stream << Colour(Colour::ResultSuccess) << "All tests passed";
613 stream << Colour(Colour::ResultSuccess) << std::string(passedRatio, '=');
  /external/bcc/tests/cc/
catch.hpp     [all...]
  /external/catch2/single_include/catch2/
catch.hpp     [all...]

Completed in 124 milliseconds