MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / ReportTestPartResult

Method ReportTestPartResult

rtpose_wrapper/src/gtest/gtest-all.cpp:1881–1884  ·  view source on GitHub ↗

Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.

Source from the content-addressed store, hash-verified

1879// Increments the test part result count and remembers the result.
1880// This method is from the TestPartResultReporterInterface interface.
1881void ScopedFakeTestPartResultReporter::ReportTestPartResult(
1882 const TestPartResult& result) {
1883 result_->Append(result);
1884}
1885
1886namespace internal {
1887

Callers 1

AddTestPartResultMethod · 0.80

Calls 6

AppendMethod · 0.80
AddTestPartResultMethod · 0.80
current_test_resultMethod · 0.80
repeaterMethod · 0.80
OnTestPartResultMethod · 0.45

Tested by

no test coverage detected