Package-level declarations

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

Types

Link copied to clipboard
public interface Expected
A type representing the expected behavior in a test.
Link copied to clipboard
public interface ExpectedException<T extends Throwable> implements ExpectedObject<T>
A type representing the expected exceptional behavior in a test.
Link copied to clipboard
public final class ExpectedExceptional
A collection of methods for building expected exceptional behaviors.
Link copied to clipboard
public interface ExpectedObject<T> implements Expected
A type representing the expected object in a test.
Link copied to clipboard
public final class ExpectedObjects
A collection of methods for building expected objects.
Link copied to clipboard
public final class Nothing implements Actual, Expected
A type representing no expected behavior.