OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompactReporter
(Results
1 - 4
of
4
) sorted by null
/external/catch2/include/reporters/
catch_reporter_compact.h
17
struct
CompactReporter
: StreamingReporterBase<
CompactReporter
> {
21
~
CompactReporter
() override;
catch_reporter_compact.cpp
74
// Implementation of
CompactReporter
formatting
243
std::string
CompactReporter
::getDescription() {
247
ReporterPreferences
CompactReporter
::getPreferences() const {
251
void
CompactReporter
::noMatchingTestCases( std::string const& spec ) {
255
void
CompactReporter
::assertionStarting( AssertionInfo const& ) {}
257
bool
CompactReporter
::assertionEnded( AssertionStats const& _assertionStats ) {
276
void
CompactReporter
::sectionEnded(SectionStats const& _sectionStats) {
282
void
CompactReporter
::testRunEnded( TestRunStats const& _testRunStats ) {
288
CompactReporter
::~
CompactReporter
() {}
[
all
...]
/external/catch2/single_include/catch2/
catch.hpp
[
all
...]
/external/bcc/tests/cc/
catch.hpp
[
all
...]
Completed in 155 milliseconds