MCPcopy Create free account
hub / github.com/catchorg/Catch2 / writeArray

Method writeArray

src/catch2/internal/catch_jsonwriter.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 JsonArrayWriter JsonArrayWriter::writeArray() {
115 JsonUtils::appendCommaNewline(
116 m_os, m_should_comma, m_indent_level + 1 );
117 return JsonArrayWriter{ m_os, m_indent_level + 1 };
118 }
119
120 JsonArrayWriter& JsonArrayWriter::write( bool value ) {
121 return writeImpl( value );

Callers 6

testCaseStartingMethod · 0.45
listReportersMethod · 0.45
listListenersMethod · 0.45
listTestsMethod · 0.45
listTagsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected