Searched refs:KUNIT_ASSERT_STREQ (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/core/
H A Dsound_kunit.c276 KUNIT_ASSERT_STREQ(test, snd_pcm_format_name(WRONG_FORMAT_1), "Unknown");
277 KUNIT_ASSERT_STREQ(test, snd_pcm_format_name(WRONG_FORMAT_2), "Unknown");
285 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT);
288 KUNIT_ASSERT_STREQ(test, card->components, TEST_FIRST_COMPONENT " " TEST_SECOND_COMPONENT);
/linux-master/include/kunit/
H A Dtest.h1403 * KUNIT_ASSERT_STREQ() - An assertion that strings @left and @right are equal.
1412 #define KUNIT_ASSERT_STREQ(test, left, right) \ macro
/linux-master/drivers/thunderbolt/
H A Dtest.c2786 KUNIT_ASSERT_STREQ(test, &p1->key[0], &p2->key[0]);
2809 KUNIT_ASSERT_STREQ(test, p1->value.text, p2->value.text);

Completed in 221 milliseconds