Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 227 Bytes

ASSERT_NE.sh.md

File metadata and controls

13 lines (9 loc) · 227 Bytes

ASSERT_NE

ASSERT_NE -- Asserts two arguments are not equal.

ASSERT_NE asserts two arguments are not equal.

Usage

void ASSERT_NE(string target, string actual)

Alias

ASSERT_STRNE is an alias of ASSERT_NE.