Package-level declarations

Das Package org.tudalgo.algoutils.student.test enthält Hilfsmethoden für Studierende um Testfälle zu schreiben. (z.B. testEquals())

Types

Link copied to clipboard
public class StudentTest<T>
A generic test used by students to test their solutions.
Link copied to clipboard
public final class StudentTestResult<T> extends Record
The result of a StudentTest.
Link copied to clipboard
A functional interface used to generate the message for a StudentTestResult.
Link copied to clipboard
public enum StudentTestState
The state of a StudentTest.
Link copied to clipboard
public class StudentTestUtils
Utility class for tests written by students.
Link copied to clipboard
public interface Task
This is a functional interface that can be used to execute a block of code that potentially throws a Throwable.