Home
last modified time | relevance | path

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

/system/ulib/unittest/include/unittest/
A Dunittest.h470 #define UT_NONNULL(actual, ret, ...) \ macro
579 #define EXPECT_NONNULL(actual, ...) UT_NONNULL(actual, DONOT_RET, ##__VA_ARGS__)
611 #define ASSERT_NONNULL(actual, ...) UT_NONNULL(actual, RET_FALSE, ##__VA_ARGS__)

Completed in 6 milliseconds