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

Method platformWin32W

test/testcmdlineparser.cpp:1834–1840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1832 }
1833
1834 void platformWin32W() {
1835 REDIRECT;
1836 const char * const argv[] = {"cppcheck", "--platform=win32W", "file.cpp"};
1837 ASSERT(settings->platform.set(Platform::Type::Unspecified));
1838 ASSERT_EQUALS_ENUM(CmdLineParser::Result::Success, parseFromArgs(argv));
1839 ASSERT_EQUALS(Platform::Type::Win32W, settings->platform.type);
1840 }
1841
1842 void platformUnix32() {
1843 REDIRECT;

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected