Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 227 Bytes

EXPECT_NE.sh.md

File metadata and controls

13 lines (9 loc) · 227 Bytes

EXPECT_NE

EXPECT_NE -- Expects two arguments are not equal.

EXPECT_NE expects two arguments are not equal.

Usage

void EXPECT_NE(string target, string actual)

Alias

EXPECT_STRNE is an alias of EXPECT_NE.