notEqualsNull

public static ExpectedObject<T> notEqualsNull<T>()(source)

Returns an expected object where the object is not null.

Return

the expected behavior

Parameters

<T>

the type of the expected object