MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / openFile

Method openFile

test/test_runner/test_parser.cpp:697–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697void TestParser::openFile() {
698 if (access(path.c_str(), 0) != 0) {
699 throw TestException("Test file not exists [" + path + "].");
700 }
701 fileStream.open(path);
702}
703
704static std::vector<std::string> extractToken(std::string& line) {
705 std::vector<std::string> matches;

Callers 5

mainFunction · 0.45
processRunCommandsFunction · 0.45
mainFunction · 0.45

Calls 2

TestExceptionClass · 0.85
openMethod · 0.80

Tested by

no test coverage detected