Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 265 Bytes

EXPECT_GE.sh.md

File metadata and controls

10 lines (8 loc) · 265 Bytes

EXPECT_GE

EXPECT_GE -- Expects first one is greater than or equal to second one.

EXPECT_GE expects first one is greater than or equal to second one.

Usage

void EXPECT_GE(string target, string actual)
void EXPECT_STRGE(string target, string actual)