MCPcopy Create free account
hub / github.com/BVLC/caffe / OnTestProgramStart

Method OnTestProgramStart

src/gtest/gtest-all.cpp:3997–3997  ·  view source on GitHub ↗

The following methods override what's in the TestEventListener class.

Source from the content-addressed store, hash-verified

3995
3996 // The following methods override what's in the TestEventListener class.
3997 virtual void OnTestProgramStart(const UnitTest& /*unit_test*/) {}
3998 virtual void OnTestIterationStart(const UnitTest& unit_test, int iteration);
3999 virtual void OnEnvironmentsSetUpStart(const UnitTest& unit_test);
4000 virtual void OnEnvironmentsSetUpEnd(const UnitTest& /*unit_test*/) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected