Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/design-patterns-in-modern-cpp
/ TEST_F
Function
TEST_F
Structural/Bridge/BridgeCodingExercise.cpp:75–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
};
74
75
TEST_F(Evaluate, SimpleTest)
76
{
77
ASSERT_EQ(
"Drawing Square as lines"
,
78
Square{VectorRenderer{}}.str())
79
}
80
81
} // namespace
Callers
nothing calls this directly
Calls
1
str
Method · 0.45
Tested by
no test coverage detected