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 A

first value

b B

second value

fmt string

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

Meta