equalTo

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

Returns an expected object where the object is expected to be equal to the actual object.

Return

the expected behavior

Parameters

object

the expected object

<T>

the type of the expected object