Package-level declarations
Das Package org.tudalgo.algoutils.tutor.general.assertions.basic enthält die Basis-Implementierung der Assertion-Interfaces.
Types
Link copied to clipboard
A basic implementation of a comment factory.
Link copied to clipboard
A basic implementation of a context.
Link copied to clipboard
A basic implementation of a property.
Link copied to clipboard
Link copied to clipboard
public class BasicResultOfExceptionalCall<T extends Exception> extends BasicResult<RT, AT, TT, ET> implements ResultOfExceptionalCall<T>
Link copied to clipboard
A basic implementation of a result of an always failing test.
Link copied to clipboard
public class BasicResultOfObject<T> extends BasicResult<RT, AT, TT, ET> implements ResultOfObject<T>
A basic implementation of a result of an object test.
Link copied to clipboard
Link copied to clipboard
public class BasicTestOfExceptionalCall<T extends Exception> extends BasicTest<TT, ET, RT, AT> implements TestOfExceptionalCall<T>
A basic implementation of a test of a throwable call.
Link copied to clipboard
A basic implementation of a test of an object.
Link copied to clipboard
An implementation of a comment factory for JUnit runs.