Home
last modified time | relevance | path

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

/system/ulib/unittest/include/unittest/
A Dunittest.h457 #define UT_NULL(actual, ret, ...) \ macro
578 #define EXPECT_NULL(actual, ...) UT_NULL(actual, DONOT_RET, ##__VA_ARGS__)
610 #define ASSERT_NULL(actual, ...) UT_NULL(actual, RET_FALSE, ##__VA_ARGS__)

Completed in 5 milliseconds