BasicResultOfObject

public void BasicResultOfObject(Environment environment, TestOfObject<T> test, ActualObject<T> actual, Throwable exception, boolean successful)(source)

Constructs a new result of an object test with the given environment, test, actual object, exception and state if the test was successful.

Parameters

environment

the environment

test

the test

actual

the actual object

exception

the exception

successful

the state if the test was successful