Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ TestBody
Function
TestBody
testing/testrunner/runner_bin.cc:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
: test_runner_(std::move(test_runner)), test_case_(test_case) {}
75
76
void TestBody() override { test_runner_->RunTest(test_case_); }
77
78
private:
79
std::shared_ptr<TestRunner> test_runner_;
Callers
1
ABSL_FLAG
Function · 0.85
Calls
1
RunTest
Method · 0.80
Tested by
no test coverage detected