Lines Matching defs:KUNIT_ASSERT_TRUE
114 * KUNIT_ASSERT_TRUE()) about code under test. Each test case is associated
1472 * KUNIT_ASSERT_TRUE() - Sets an assertion that @condition is true.
1482 #define KUNIT_ASSERT_TRUE(test, condition) \
1499 * (see KUNIT_ASSERT_TRUE()) when the assertion is not met.
1519 * failure (see KUNIT_ASSERT_TRUE()) when the assertion is not met.
1540 * failure (see KUNIT_ASSERT_TRUE()) when the assertion is not met.
1561 * failure (see KUNIT_ASSERT_TRUE()) when the assertion is not met.
1583 * failure (see KUNIT_ASSERT_TRUE()) when the assertion is not met.
1603 * it causes an assertion failure (see KUNIT_ASSERT_TRUE()) when the assertion
1625 * KUNIT_ASSERT_TRUE()) when the assertion is not met.
1646 * it causes an assertion failure (see KUNIT_ASSERT_TRUE()) when the assertion
1668 * it causes an assertion failure (see KUNIT_ASSERT_TRUE()) when the assertion
1690 * assertion failure (see KUNIT_ASSERT_TRUE()) when the assertion is not met.
1711 * KUNIT_ASSERT_TRUE(@test, strcmp((@left), (@right))). See KUNIT_ASSERT_TRUE()
1733 * KUNIT_ASSERT_TRUE()) when the assertion is not met.