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

Method StringInputStreamReader

testlib.h:1697–1699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1695
1696public:
1697 StringInputStreamReader(const std::string &content) : s(content), pos(0) {
1698 // No operations.
1699 }
1700
1701 void setTestCase(int) {
1702 __testlib_fail("setTestCase not implemented in StringInputStreamReader");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected