Package org.tudalgo.algoutils.tutor.general.assertions
package org.tudalgo.algoutils.tutor.general.assertions
-
ClassDescriptionA collection of assertion methods.A type representing a factory for creating result comments.A type representing the context of a test.Context.Builder<BT extends Context.Builder<BT>>A builder for contexts.Context.Builder.Factory<BT extends Context.Builder<BT>>A factory for builders.A always-failing test.A builder for fails.A factory for
fail builders.A type representing a function for creating comments for a given result.A type consisting of a key and a value.Result<RT extends Result<RT,AT, TT, ET>, AT extends Actual, TT extends Test<TT, ET, RT, AT>, ET extends Expected> A type representing the result of aTest.Result.Builder<RT extends Result<RT,AT, TT, ET>, AT extends Actual, TT extends Test<TT, ET, RT, AT>, ET extends Expected, BT extends Result.Builder<RT, AT, TT, ET, BT>> A type representing a builder for results.Result.Builder.Factory<RT extends Result<RT,AT, TT, ET>, AT extends Actual, TT extends Test<TT, ET, RT, AT>, ET extends Expected, BT extends Result.Builder<RT, AT, TT, ET, BT>> A type representing a factory for builders.ResultOfExceptionalCall<T extends Exception>A type representing the result of a throwable call.ResultOfExceptionalCall.Builder<T extends Exception>A builder for results of throwable calls.ResultOfExceptionalCall.Builder.Factory<T extends Exception>A factory forresult of throwable call builders.A result of a fail.A builder for results of fails.A factory forresult of fail builders.A type representing the result of aTestOfObject.return null;A factory for builders.Test<TT extends Test<TT,ET, RT, AT>, ET extends Expected, RT extends Result<RT, AT, TT, ET>, AT extends Actual> A type of a test.Test.Builder<TT extends Test<TT,ET, RT, AT>, ET extends Expected, RT extends Result<RT, AT, TT, ET>, AT extends Actual, BT extends Test.Builder<TT, ET, RT, AT, BT>> A builder for tests.Test.Builder.Factory<TT extends Test<TT,ET, RT, AT>, ET extends Expected, RT extends Result<RT, AT, TT, ET>, AT extends Actual, BT extends Test.Builder<TT, ET, RT, AT, BT>> A factory fortest builders.TestOfExceptionalCall<T extends Exception>A type for testing the throwing behavior of callables.TestOfExceptionalCall.Builder<T extends Exception>A builder for tests of throwable calls.TestOfExceptionalCall.Builder.Factory<T extends Exception>TestOfObject<T>A test of an object.A builder for tests of objects.A factory for tests of object builders.