MCPcopy Create free account
hub / github.com/MikeMirzayanov/testlib / StringInputStreamReader

Method StringInputStreamReader

tests/lib/testlib.h:1640–1642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1638
1639public:
1640 StringInputStreamReader(const std::string &content) : s(content), pos(0) {
1641 // No operations.
1642 }
1643
1644 void setTestCase(int) {
1645 __testlib_fail("setTestCase not implemented in StringInputStreamReader");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected