Package-level declarations

Das Package org.tudalgo.algoutils.tutor.general.assertions.actual enthält die Implementierung der tatsächlichen Werte, die in den Assertions geprüft werden.

Types

Link copied to clipboard
public interface Actual
A type representing the actual behavior in a test.
Link copied to clipboard
public interface ActualException<T extends Throwable> implements ActualObject<T>
A type representing the expected exceptional behavior in a test.
Link copied to clipboard
public final class ActualExceptions
A collection of methods for building actual exceptions.
Link copied to clipboard
public interface ActualObject<T> implements Actual
A type representing the actual object in a test.