assertNotEq

throws AssertError if eq( a, b )

void
assertNotEq
(
A
B
)
(
A a
,
B b
,
lazy string fmt = "assertNotEq fails: %s == %s"
,
string file = __FILE__
,
size_t line = __LINE__
)

Parameters

a
Type: A

first value

b
Type: B

second value

fmt
Type: string

error message format, must have two string places '%s' for a and b

Meta