Searched refs:munit_assert_not_null (Results 1 – 1 of 1) sorted by relevance
388 #define munit_assert_not_null(ptr) munit_assert_ptr(ptr, !=, NULL) macro535 # define assert_ptr_not_null(ptr) munit_assert_not_null(ptr)538 # define assert_not_null(ptr) munit_assert_not_null(ptr)