MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / SetUp

Method SetUp

runtime/LogTest.cc:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96// and cleaning up each test, you can define the following methods:
97
98virtual void SetUp() {
99 // Code here will be called immediately after the constructor (right
100 // before each test).
101}
102
103virtual void TearDown() {
104// Code here will be called immediately after each test (right

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected