Class BasicResultOfFail
java.lang.Object
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResult<ResultOfFail,Actual,Fail,Expected>
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResultOfFail
- All Implemented Interfaces:
Result<ResultOfFail,,Actual, Fail, Expected> ResultOfFail
public class BasicResultOfFail
extends BasicResult<ResultOfFail,Actual,Fail,Expected>
implements ResultOfFail
A basic implementation of a result of an always failing test.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResult
actual, environment, exception, test -
Constructor Summary
ConstructorsConstructorDescriptionBasicResultOfFail(Environment environment, Fail test, Actual actual, Exception exception) Constructs a new result with the given environment, test and exception. -
Method Summary
Methods inherited from class org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResult
actual, cause, check, test
-
Constructor Details
-
BasicResultOfFail
Constructs a new result with the given environment, test and exception.
- Parameters:
test- the test
-