Lines Matching refs:writeAttribute

6252             ScopedElement& writeAttribute( std::string const& name, T const& attribute ) {  in writeAttribute()  function in Catch::XmlWriter::ScopedElement
6253 m_writer->writeAttribute( name, attribute ); in writeAttribute()
6274 XmlWriter& writeAttribute( std::string const& name, std::string const& attribute );
6276 XmlWriter& writeAttribute( std::string const& name, bool attribute );
6279 XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { in writeAttribute() function in Catch::XmlWriter
6282 return writeAttribute( name, rss.str() ); in writeAttribute()
15620 XmlWriter& XmlWriter::writeAttribute( std::string const& name, std::string const& attribute ) { in writeAttribute() function in Catch::XmlWriter
15626 XmlWriter& XmlWriter::writeAttribute( std::string const& name, bool attribute ) { in writeAttribute() function in Catch::XmlWriter
16831 xml.writeAttribute( "name", stats.groupInfo.name ); in writeGroup()
16832 xml.writeAttribute( "errors", unexpectedExceptions ); in writeGroup()
16833 xml.writeAttribute( "failures", stats.totals.assertions.failed-unexpectedExceptions ); in writeGroup()
16834 xml.writeAttribute( "tests", stats.totals.assertions.total() ); in writeGroup()
16835 xml.writeAttribute( "hostname", "tbd" ); // !TBD in writeGroup()
16837 xml.writeAttribute( "time", "" ); in writeGroup()
16839 xml.writeAttribute( "time", suiteTime ); in writeGroup()
16840 xml.writeAttribute( "timestamp", getCurrentTimestamp() ); in writeGroup()
16847 .writeAttribute("name", "filters") in writeGroup()
16848 .writeAttribute("value", serializeFilters(m_config->getTestsOrTags())); in writeGroup()
16852 .writeAttribute("name", "random-seed") in writeGroup()
16853 .writeAttribute("value", m_config->rngSeed()); in writeGroup()
16899 xml.writeAttribute( "classname", name ); in writeSection()
16900 xml.writeAttribute( "name", "root" ); in writeSection()
16903 xml.writeAttribute( "classname", className ); in writeSection()
16904 xml.writeAttribute( "name", name ); in writeSection()
16906 … xml.writeAttribute( "time", ::Catch::Detail::stringify( sectionNode.stats.durationInSeconds ) ); in writeSection()
16911 xml.writeAttribute( "status", "run" ); in writeSection()
16960 xml.writeAttribute( "message", result.getExpression() ); in writeAssertion()
16961 xml.writeAttribute( "type", result.getTestMacroName() ); in writeAssertion()
17179 .writeAttribute( "filename", sourceInfo.file ) in writeSourceInfo()
17180 .writeAttribute( "line", sourceInfo.line ); in writeSourceInfo()
17194 m_xml.writeAttribute( "name", m_config->name() ); in testRunStarting()
17196 m_xml.writeAttribute( "filters", serializeFilters( m_config->getTestsOrTags() ) ); in testRunStarting()
17199 .writeAttribute( "seed", m_config->rngSeed() ); in testRunStarting()
17205 .writeAttribute( "name", groupInfo.name ); in testGroupStarting()
17211 .writeAttribute( "name", trim( testInfo.name ) ) in testCaseStarting()
17212 .writeAttribute( "description", testInfo.description ) in testCaseStarting()
17213 .writeAttribute( "tags", testInfo.tagsAsString() ); in testCaseStarting()
17226 .writeAttribute( "name", trim( sectionInfo.name ) ); in sectionStarting()
17260 .writeAttribute( "success", result.succeeded() ) in assertionEnded()
17261 .writeAttribute( "type", result.getTestMacroName() ); in assertionEnded()
17312 e.writeAttribute( "successes", sectionStats.assertions.passed ); in sectionEnded()
17313 e.writeAttribute( "failures", sectionStats.assertions.failed ); in sectionEnded()
17314 e.writeAttribute( "expectedFailures", sectionStats.assertions.failedButOk ); in sectionEnded()
17317 e.writeAttribute( "durationInSeconds", sectionStats.durationInSeconds ); in sectionEnded()
17326 e.writeAttribute( "success", testCaseStats.totals.assertions.allOk() ); in testCaseEnded()
17329 e.writeAttribute( "durationInSeconds", m_testCaseTimer.getElapsedSeconds() ); in testCaseEnded()
17343 .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) in testGroupEnded()
17344 .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) in testGroupEnded()
17345 .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); in testGroupEnded()
17347 .writeAttribute( "successes", testGroupStats.totals.testCases.passed ) in testGroupEnded()
17348 .writeAttribute( "failures", testGroupStats.totals.testCases.failed ) in testGroupEnded()
17349 .writeAttribute( "expectedFailures", testGroupStats.totals.testCases.failedButOk ); in testGroupEnded()
17356 .writeAttribute( "successes", testRunStats.totals.assertions.passed ) in testRunEnded()
17357 .writeAttribute( "failures", testRunStats.totals.assertions.failed ) in testRunEnded()
17358 .writeAttribute( "expectedFailures", testRunStats.totals.assertions.failedButOk ); in testRunEnded()
17360 .writeAttribute( "successes", testRunStats.totals.testCases.passed ) in testRunEnded()
17361 .writeAttribute( "failures", testRunStats.totals.testCases.failed ) in testRunEnded()
17362 .writeAttribute( "expectedFailures", testRunStats.totals.testCases.failedButOk ); in testRunEnded()
17369 .writeAttribute("name", name); in benchmarkPreparing()
17373 m_xml.writeAttribute("samples", info.samples) in benchmarkStarting()
17374 .writeAttribute("resamples", info.resamples) in benchmarkStarting()
17375 .writeAttribute("iterations", info.iterations) in benchmarkStarting()
17376 .writeAttribute("clockResolution", info.clockResolution) in benchmarkStarting()
17377 .writeAttribute("estimatedDuration", info.estimatedDuration) in benchmarkStarting()
17383 .writeAttribute("value", benchmarkStats.mean.point.count()) in benchmarkEnded()
17384 .writeAttribute("lowerBound", benchmarkStats.mean.lower_bound.count()) in benchmarkEnded()
17385 .writeAttribute("upperBound", benchmarkStats.mean.upper_bound.count()) in benchmarkEnded()
17386 .writeAttribute("ci", benchmarkStats.mean.confidence_interval); in benchmarkEnded()
17389 .writeAttribute("value", benchmarkStats.standardDeviation.point.count()) in benchmarkEnded()
17390 .writeAttribute("lowerBound", benchmarkStats.standardDeviation.lower_bound.count()) in benchmarkEnded()
17391 .writeAttribute("upperBound", benchmarkStats.standardDeviation.upper_bound.count()) in benchmarkEnded()
17392 .writeAttribute("ci", benchmarkStats.standardDeviation.confidence_interval); in benchmarkEnded()
17395 .writeAttribute("variance", benchmarkStats.outlierVariance) in benchmarkEnded()
17396 .writeAttribute("lowMild", benchmarkStats.outliers.low_mild) in benchmarkEnded()
17397 .writeAttribute("lowSevere", benchmarkStats.outliers.low_severe) in benchmarkEnded()
17398 .writeAttribute("highMild", benchmarkStats.outliers.high_mild) in benchmarkEnded()
17399 .writeAttribute("highSevere", benchmarkStats.outliers.high_severe); in benchmarkEnded()
17406 writeAttribute("message", error); in benchmarkFailed()