Macro EXPECT_LT Check two integers, floating-point numbers, or pointers to determine if X < Y. Since v1.0 #define EXPECT_LT(X, Y, ...) Parameters 🔗 X in Value. Y in Value to compare against X. ... in Optional message. Discussion 🔗 If X >= Y, the test case fails.