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

Method TearDown

runtime/PackerTest.cc:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 virtual void TearDown() {
57 // Code here will be called immediately after each test (right
58 // before the destructor).
59 std::remove(testFile);
60 }
61
62 // Objects declared here can be used by all tests in the test case for Foo.
63

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected