In ASSERT_STRNEQ: Line if (std::string(a).compare(std::string(b)) !== 0) {\ should be if (std::string(a).compare(std::string(b)) == 0) {\
In ASSERT_STRNEQ:
Line
if (std::string(a).compare(std::string(b)) !== 0) {
should be
if (std::string(a).compare(std::string(b)) == 0) {\