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

Function impl

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

Accessors for the implementation object.

Source from the content-addressed store, hash-verified

18666
18667 // Accessors for the implementation object.
18668 internal::UnitTestImpl* impl() { return impl_; }
18669 const internal::UnitTestImpl* impl() const { return impl_; }
18670
18671 // These classes and funcions are friends as they need to access private

Callers 15

total_test_case_countMethod · 0.85
successful_test_countMethod · 0.85
failed_test_countMethod · 0.85
disabled_test_countMethod · 0.85
reportable_test_countMethod · 0.85
total_test_countMethod · 0.85
test_to_run_countMethod · 0.85
start_timestampMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected