MCPcopy Create free account
hub / github.com/bbc/audiowaveform / TEST_F

Function TEST_F

test/ProgressReporterTest.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55//------------------------------------------------------------------------------
56
57TEST_F(ProgressReporterTest, shouldDisplayZeroPercentWhenFirstCalled)
58{
59 progress_reporter_.update(0.0, 0, 100);
60
61 ASSERT_THAT(error.str(), StrEq("\rDone: 0%"));
62}
63
64//------------------------------------------------------------------------------
65

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected