MCPcopy Create free account
hub / github.com/ElementsProject/elements / Tester

Function Tester

src/leveldb/util/testharness.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 public:
50 Tester(const char* f, int l) : ok_(true), fname_(f), line_(l) {}
51
52 ~Tester() {
53 if (!ok_) {

Callers 1

testharness.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected