StudentTest
A generic test used by students to test their solutions.
Parameters
<T>
The type of the object to test.
Constructors
Link copied to clipboard
public void StudentTest(Predicate<T> predicate, StudentTestResultMessageProvider<T> messageProvider)
Properties
Link copied to clipboard
The StudentTestResultMessageProvider used to generate the message for the result.