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

Method FileInputStreamReader

tests/lib/testlib.h:1744–1746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1742
1743public:
1744 FileInputStreamReader(std::FILE *file, const std::string &name) : file(file), name(name), line(1) {
1745 // No operations.
1746 }
1747
1748 void setTestCase(int testCase) {
1749 if (testCase < 0 || testCase > __TESTLIB_MAX_TEST_CASE)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected