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

Method isNotEqual

test/testmathlib.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 void isNotEqual() const {
88 ASSERT_EQUALS(false, MathLib::isNotEqual("1.0", "1.0"));
89 ASSERT_EQUALS(true, MathLib::isNotEqual("1.", "1.01"));
90 }
91
92 void isLess() const {
93 ASSERT_EQUALS(false, MathLib::isLess("1.0", "0.001"));

Callers

nothing calls this directly

Calls 1

isNotEqualFunction · 0.85

Tested by

no test coverage detected