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

Method SetUp

runtime/NanoLogTest.cc:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 // and cleaning up each test, you can define the following methods:
58
59 virtual void SetUp() {
60 // Code here will be called immediately after the constructor (right
61 // before each test).
62 }
63
64 virtual void TearDown() {
65 // 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