MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / expectDeclIsPresent

Function expectDeclIsPresent

test/DeclManager.cpp:466–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466inline void expectDeclIsPresent(decl::Type type, const std::string& declName)
467{
468 EXPECT_TRUE(GlobalDeclarationManager().findDeclaration(type, declName))
469 << declName << " should be present";
470}
471
472inline void expectDeclIsNotPresent(decl::Type type, const std::string& declName)
473{

Callers 1

TEST_FFunction · 0.85

Calls 1

findDeclarationMethod · 0.45

Tested by

no test coverage detected