function assertNotEquals
Make an assertion that actual
and expected
are not equal, deeply.
If not then throw.
Type parameter can be specified to ensure values under comparison have the same type.
Make an assertion that actual
and expected
are not equal, deeply.
If not then throw.
Type parameter can be specified to ensure values under comparison have the same type.