Home
last modified time | relevance | path

Searched refs:EXPECT_STRNE (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_collection.cpp121 EXPECT_STRNE("Asserted", names[0]); in TEST_F()
/openbmc/linux/tools/testing/selftests/
H A Dkselftest_harness.h680 #define EXPECT_STRNE(expected, seen) \ macro
/openbmc/linux/Documentation/dev-tools/
H A Dkselftest.rst415 EXPECT_FALSE EXPECT_STREQ EXPECT_STRNE
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c574 #define EXPECT_STRNE(cond, expr, cmp) \ macro