Lines Matching defs:No
489 No
4171 Catch::throw_exception(GeneratorException("No valid value found in filtered generator"));
4502 No
9462 return Result::logicError( "No options supplied to Opt" );
9769 config.useColour = UseColour::No;
10242 : UseColour::No;
11719 return m_caseSensitivity == CaseSensitive::No
11724 return m_caseSensitivity == CaseSensitive::No
11774 if (m_caseSensitivity == CaseSensitive::Choice::No) {
12648 // No children -> nobody to wait for
12662 // No children have started. We need to check if they _can_
12677 // No filters -> no restrictions on running sections
13152 CATCH_INTERNAL_ERROR("No result capture instance");
13304 CATCH_ENFORCE(reporter, "No reporter registered with name: '" << reporterName << "'");
14641 , m_wildcardPattern( toLower( name ), CaseSensitive::No )
15436 return trim( m_caseSensitivity == CaseSensitive::No ? toLower( str ) : str );
15863 // - white: No tests ran.
15870 out << "No tests ran.";
16075 stream << "No test cases matched '" << spec << '\'' << std::endl;
16480 stream << "No test cases matched '" << spec << '\'' << std::endl;
16713 stream << Colour(Colour::Warning) << "No tests ran\n";