StudentTestResultMessageProvider

A functional interface used to generate the message for a StudentTestResult.

Parameters

<T>

The type of the object that was tested.

Functions

Link copied to clipboard
public abstract String getMessage(StudentTestResult<T> result)
Generates the message for the given result.