test

public StudentTestResult<T> test(T toTest)(source)

Tests the given toTest object with the predicate and returns a StudentTestResult with the result.

Return

The generated StudentTestResult.

Parameters

toTest

The object to test.