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

Method FileInputStreamReader

testlib.h:1801–1803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1799
1800public:
1801 FileInputStreamReader(std::FILE *file, const std::string &name) : file(file), name(name), line(1) {
1802 // No operations.
1803 }
1804
1805 void setTestCase(int testCase) {
1806 if (testCase < 0 || testCase > __TESTLIB_MAX_TEST_CASE)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected