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
A generic test used by students to test their solutions.
Link copied to clipboard
The result of a StudentTest.
Link copied to clipboard
A functional interface used to generate the message for a StudentTestResult.
Link copied to clipboard
The state of a StudentTest.
Link copied to clipboard
Utility class for tests written by students.
Link copied to clipboard
This is a functional interface that can be used to execute a block of code that potentially throws a Throwable.