MCPcopy Create free account
hub / github.com/AGenUI/AGenUI / FixturePath

Function FixturePath

tests/cpp/support/fixture_loader.h:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace testing {
19
20inline std::string FixturePath(const std::string& relative) {
21 return std::string(TESTS_FIXTURE_DIR) + "/" + relative;
22}
23
24inline std::string LoadFixtureOrEmpty(const std::string& relative) {
25 std::ifstream file(FixturePath(relative));

Callers 2

LoadFixtureOrEmptyFunction · 0.85
LoadFixtureOrThrowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected