Home
last modified time | relevance | path

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

/system/ulib/unittest/include/unittest/
A Dunittest.h444 #define UT_FALSE(actual, ret, ...) \ macro
577 #define EXPECT_FALSE(actual, ...) UT_FALSE(actual, DONOT_RET, ##__VA_ARGS__)
609 #define ASSERT_FALSE(actual, ...) UT_FALSE(actual, RET_FALSE, ##__VA_ARGS__)

Completed in 5 milliseconds