Lines Matching refs:KUNIT_ASSERT_TRUE
100 * KUNIT_ASSERT_TRUE()) about code under test. Each test case is associated
1193 * KUNIT_ASSERT_TRUE() - Sets an assertion that @condition is true.
1203 #define KUNIT_ASSERT_TRUE(test, condition) \
1220 * (see KUNIT_ASSERT_TRUE()) when the assertion is not met.
1240 * failure (see KUNIT_ASSERT_TRUE()) when the assertion is not met.
1260 * failure (see KUNIT_ASSERT_TRUE()) when the assertion is not met.
1280 * failure (see KUNIT_ASSERT_TRUE()) when the assertion is not met.
1301 * failure (see KUNIT_ASSERT_TRUE()) when the assertion is not met.
1320 * it causes an assertion failure (see KUNIT_ASSERT_TRUE()) when the assertion
1341 * KUNIT_ASSERT_TRUE()) when the assertion is not met.
1361 * it causes an assertion failure (see KUNIT_ASSERT_TRUE()) when the assertion
1382 * it causes an assertion failure (see KUNIT_ASSERT_TRUE()) when the assertion
1403 * assertion failure (see KUNIT_ASSERT_TRUE()) when the assertion is not met.
1423 * KUNIT_ASSERT_TRUE(@test, strcmp((@left), (@right))). See KUNIT_ASSERT_TRUE()
1443 * failure (see KUNIT_ASSERT_TRUE()) when the assertion is not met.
1464 * failure (see KUNIT_ASSERT_TRUE()) when the assertion is not met.
1486 * KUNIT_ASSERT_TRUE()) when the assertion is not met.