MCPcopy Create free account
hub / github.com/apache/singa / Passed

Method Passed

test/gtest/gtest-all.cc:5208–5208  ·  view source on GitHub ↗

Returns true iff the unit test passed (i.e. all test cases passed).

Source from the content-addressed store, hash-verified

5206
5207// Returns true iff the unit test passed (i.e. all test cases passed).
5208bool UnitTest::Passed() const { return impl()->Passed(); }
5209
5210// Returns true iff the unit test failed (i.e. some test case failed
5211// or something outside of all tests failed).

Callers 9

TestPassedFunction · 0.80
OnTestProgramEndMethod · 0.80
OnTestIterationEndMethod · 0.80
OnTestCaseEndMethod · 0.80
OnTestEndMethod · 0.80
TestCasePassedFunction · 0.80
OnTestEndMethod · 0.80
PrintFailedTestsMethod · 0.80
OnTestIterationEndMethod · 0.80

Calls 6

implFunction · 0.85
GetCapturedStderrFunction · 0.85
FormatDeathTestOutputFunction · 0.85
PartialMatchFunction · 0.85
ExitSummaryFunction · 0.85
GetStringMethod · 0.80

Tested by

no test coverage detected