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

Function Passed

test/gtest/gtest.h:17929–17929  ·  view source on GitHub ↗

Returns true iff the test passed (i.e. no test part failed).

Source from the content-addressed store, hash-verified

17927
17928 // Returns true iff the test passed (i.e. no test part failed).
17929 bool Passed() const { return !Failed(); }
17930
17931 // Returns true iff the test failed.
17932 bool Failed() const;

Callers

nothing calls this directly

Calls 1

FailedFunction · 0.70

Tested by

no test coverage detected