MCPcopy Create free account
hub / github.com/MhLiao/TextBoxes_plusplus / SetUpTestCase

Function SetUpTestCase

src/gtest/gtest.h:17399–17399  ·  view source on GitHub ↗

Sets up the stuff shared by all tests in this test case. Google Test will call Foo::SetUpTestCase() before running the first test in test case Foo. Hence a sub-class can define its own SetUpTestCase() method to shadow the one defined in the super class.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected