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

Method PackerTest

runtime/PackerTest.cc:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 // is empty.
35
36 PackerTest()
37 : testFile("packerTestFile.bin")
38 , buffer_space()
39 , buffer(buffer_space)
40 {
41 // You can do set-up work for each test here.
42 }
43
44 virtual ~PackerTest() {
45 // You can do clean-up work that doesn't throw exceptions here.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected