Class BasicResultOfExceptionalCall<T extends Exception>
java.lang.Object
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResult<ResultOfExceptionalCall<T>,ActualException<T>,TestOfExceptionalCall<T>,ExpectedException<T>>
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResultOfExceptionalCall<T>
- All Implemented Interfaces:
Result<ResultOfExceptionalCall<T>,,ActualException<T>, TestOfExceptionalCall<T>, ExpectedException<T>> ResultOfExceptionalCall<T>
public class BasicResultOfExceptionalCall<T extends Exception>
extends BasicResult<ResultOfExceptionalCall<T>,ActualException<T>,TestOfExceptionalCall<T>,ExpectedException<T>>
implements ResultOfExceptionalCall<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Field Summary
Fields inherited from class org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResult
actual, environment, exception, test -
Constructor Summary
ConstructorsConstructorDescriptionBasicResultOfExceptionalCall(Environment environment, TestOfExceptionalCall<T> test, ActualException<T> actual, Exception exception, boolean successful) -
Method Summary
Methods inherited from class org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResult
actual, cause, check, testMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.tudalgo.algoutils.tutor.general.assertions.Result
actual, cause, check, expected, successful, testMethods inherited from interface org.tudalgo.algoutils.tutor.general.assertions.ResultOfExceptionalCall
exception
-
Constructor Details
-
BasicResultOfExceptionalCall
public BasicResultOfExceptionalCall(Environment environment, TestOfExceptionalCall<T> test, ActualException<T> actual, Exception exception, boolean successful)
-