Searched refs:EXPECT_LE (Results 1 – 3 of 3) sorted by relevance
| /lib/unittest/ |
| A D | unittest.c | 82 EXPECT_LE(0, 1, "0<=1"); in unittest_simple_pass() 83 EXPECT_LE(1, 1, "1<=1"); in unittest_simple_pass() 103 EXPECT_LE(2, 1, "2<=1"); in unittest_simple_fail() 104 EXPECT_LE(2, 1, "2<=1"); in unittest_simple_fail()
|
| /lib/unittest/include/lib/ |
| A D | unittest.h | 349 #define EXPECT_LE(expected, actual, ...) UTCHECK_LE(expected, actual, false, __VA_ARGS__) macro
|
| /lib/norfs/test/ |
| A D | norfs_test.c | 606 EXPECT_LE(sizeof(obj) + NORFS_OBJ_HEADER_SIZE, total_remaining_space, in test_overflow_filesystem()
|
Completed in 17 milliseconds