MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / run

Method run

test/testinternal.cpp:35–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 /*const*/ Settings settings;
34
35 void run() override {
36 ASSERT_EQUALS("", settings.addEnabled("internal"));
37
38 mNewTemplate = true;
39 TEST_CASE(simplePatternInTokenMatch);
40 TEST_CASE(complexPatternInTokenSimpleMatch);
41 TEST_CASE(simplePatternSquareBrackets);
42 TEST_CASE(simplePatternAlternatives);
43 TEST_CASE(missingPercentCharacter);
44 TEST_CASE(unknownPattern);
45 TEST_CASE(redundantNextPrevious);
46 TEST_CASE(internalError);
47 TEST_CASE(orInComplexPattern);
48 TEST_CASE(extraWhitespace);
49 TEST_CASE(checkRedundantTokCheck);
50 }
51
52#define check(...) check_(__FILE__, __LINE__, __VA_ARGS__)
53 template<size_t size>

Callers

nothing calls this directly

Calls 1

addEnabledMethod · 0.80

Tested by

no test coverage detected