Home
last modified time | relevance | path

Searched refs:GeneratorException (Results 1 – 9 of 9) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DGenerators.tests.cpp128 … 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/
Dcatch_generators.cpp19 const char* GeneratorException::what() const noexcept { in what()
Dcatch_generators.hpp23 class GeneratorException : public std::exception { class
27 GeneratorException(const char* msg): in GeneratorException() function in Catch::GeneratorException
Dcatch_generators_generic.hpp67 … 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/
D301-Gen-MapTypeConversion.cpp21 throw Catch::GeneratorException("Couldn't read a single line"); in LineGenerator()
/external/catch2/projects/SelfTest/IntrospectiveTests/
DGeneratorsImpl.tests.cpp55 REQUIRE_THROWS_AS(filter([] (int) { return false; }, value(1)), Catch::GeneratorException); in __anon2edf02960202()
/external/catch2/single_include/catch2/
Dcatch.hpp3509 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/
Dcompact.sw.approved.txt409 …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
Dconsole.sw.approved.txt2932 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 )