Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ TEST_CASE
Function
TEST_CASE
tests/SelfTest/UsageTests/VariadicMacros.tests.cpp:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
12
TEST_CASE()
13
{
14
SUCCEED(
"anonymous test case"
);
15
}
16
17
TEST_CASE(
"Test case with one argument"
)
18
{
Callers
15
ToStringPair.tests.cpp
File · 0.70
ToStringWhich.tests.cpp
File · 0.70
ToStringChrono.tests.cpp
File · 0.70
EnumToString.tests.cpp
File · 0.70
Skip.tests.cpp
File · 0.70
Exception.tests.cpp
File · 0.70
Decomposition.tests.cpp
File · 0.70
ToStringTuple.tests.cpp
File · 0.70
MatchersConstexpr.tests.cpp
File · 0.70
Message.tests.cpp
File · 0.70
ToStringVariant.tests.cpp
File · 0.70
ToStringOptional.tests.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected