Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 259 Bytes

EXPECT_LE.sh.md

File metadata and controls

10 lines (8 loc) · 259 Bytes

EXPECT_LE

EXPECT_LE -- Expects first one is less than or equal to second one.

EXPECT_LE expects first one is less than or equal to second one.

Usage

void EXPECT_LE(string target, string actual)
void EXPECT_STRLE(string target, string actual)