Searched refs:GeneratorException (Results 1 – 9 of 9) sorted by relevance
/external/catch2/projects/SelfTest/UsageTests/ |
D | Generators.tests.cpp | 128 … REQUIRE_THROWS_AS(filter([] (int) {return false; }, value(1)), Catch::GeneratorException); in __anon6d0e25ea0202() 167 REQUIRE_THROWS_AS(chunk(2, value(1)), Catch::GeneratorException);
|
/external/catch2/include/internal/ |
D | catch_generators.cpp | 19 const char* GeneratorException::what() const noexcept { in what()
|
D | catch_generators.hpp | 23 class GeneratorException : public std::exception { class 27 GeneratorException(const char* msg): in GeneratorException() function in Catch::GeneratorException
|
D | catch_generators_generic.hpp | 67 … Catch::throw_exception(GeneratorException("No valid value found in filtered generator")); in FilterGenerator() 199 … Catch::throw_exception(GeneratorException("Not enough values to initialize the first chunk")); in ChunkGenerator()
|
/external/catch2/examples/ |
D | 301-Gen-MapTypeConversion.cpp | 21 throw Catch::GeneratorException("Couldn't read a single line"); in LineGenerator()
|
/external/catch2/projects/SelfTest/IntrospectiveTests/ |
D | GeneratorsImpl.tests.cpp | 55 REQUIRE_THROWS_AS(filter([] (int) { return false; }, value(1)), Catch::GeneratorException); in __anon2edf02960202()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 3509 class GeneratorException : public std::exception { class 3513 GeneratorException(const char* msg): in GeneratorException() function in Catch::GeneratorException 3748 … Catch::throw_exception(GeneratorException("No valid value found in filtered generator")); in FilterGenerator() 3879 … Catch::throw_exception(GeneratorException("Not enough values to initialize the first chunk")); in ChunkGenerator() 8822 const char* GeneratorException::what() const noexcept { in what()
|
/external/catch2/projects/SelfTest/Baselines/ |
D | compact.sw.approved.txt | 409 …s.cpp:<line number>: passed: filter([] (int) {return false; }, value(1)), Catch::GeneratorException 437 Generators.tests.cpp:<line number>: passed: chunk(2, value(1)), Catch::GeneratorException 485 ….cpp:<line number>: passed: filter([] (int) { return false; }, value(1)), Catch::GeneratorException
|
D | console.sw.approved.txt | 2932 REQUIRE_THROWS_AS( filter([] (int) {return false; }, value(1)), Catch::GeneratorException ) 3229 REQUIRE_THROWS_AS( chunk(2, value(1)), Catch::GeneratorException ) 3628 REQUIRE_THROWS_AS( filter([] (int) { return false; }, value(1)), Catch::GeneratorException )
|