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

Method SetUp

runtime/PackerTest.cc:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 // and cleaning up each test, you can define the following methods:
50
51 virtual void SetUp() {
52 // Code here will be called immediately after the constructor (right
53 // before each test).
54 }
55
56 virtual void TearDown() {
57 // 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