notEqualsTo

public static ExpectedObject<T> notEqualsTo<T>(T object)(source)

Returns an expected object where the object is expected to be not equal to the given object.

Return

the expected behavior

Parameters

object

the unexpected object

<T>

the type of the unexpected object