StudentTest

public void StudentTest(Predicate<T> predicate, StudentTestResultMessageProvider<T> messageProvider)(source)

Creates a new StudentTest with the given predicate and messageProvider.

Parameters

predicate

The Predicate used to test the object.

messageProvider

The StudentTestResultMessageProvider used to generate the message for the result.