Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyMesh/PyMesh
/ ClearTestResult
Function
ClearTestResult
tests/external/gmock-1.7.0/gtest/include/gtest/gtest.h:715–717 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
713
void Run();
714
715
static void ClearTestResult(TestInfo* test_info) {
716
test_info->result_.Clear();
717
}
718
719
// These fields are immutable properties of the test.
720
const std::string test_case_name_; // Test case name
Callers
nothing calls this directly
Calls
1
Clear
Method · 0.45
Tested by
no test coverage detected