MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / SetUp

Method SetUp

unitTests/test_slice.cpp:313–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311 std::string sentence;
312
313 void SetUp() override {
314 sentence = "this is a sentence";
315 }
316};
317
318TEST_F(stringSlice, at) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected