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

Method setTestCaseFileName

testlib.h:2488–2490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2486 }
2487
2488 void setTestCaseFileName(const char *const testCaseFileName) {
2489 _testCaseFileName = testCaseFileName;
2490 }
2491
2492 std::string prepVariableName(const std::string &variableName) {
2493 if (variableName.length() >= 2 && variableName != "~~") {

Callers 1

registerValidationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected