Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 221 Bytes

EXPECT_EQ.sh.md

File metadata and controls

13 lines (9 loc) · 221 Bytes

EXPECT_EQ

EXPECT_EQ -- Expects two arguments are equal.

EXPECT_EQ expects two arguments are equal.

Usage

void EXPECT_EQ(string expected, string actual)

Alias

EXPECT_STREQ is an alias of EXPECT_EQ.