Class BasicResultOfCall
java.lang.Object
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResult<ResultOfCall,Nothing,TestOfCall,Nothing>
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResultOfCall
- All Implemented Interfaces:
Result<ResultOfCall,,Nothing, TestOfCall, Nothing> ResultOfCall
public class BasicResultOfCall
extends BasicResult<ResultOfCall,Nothing,TestOfCall,Nothing>
implements ResultOfCall
-
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
ConstructorsModifierConstructorDescriptionprotectedBasicResultOfCall(Environment environment, TestOfCall test, Nothing actual, Exception exception) -
Method Summary
Methods inherited from class org.tudalgo.algoutils.tutor.general.assertions.basic.BasicResult
actual, cause, check, test
-
Constructor Details
-
BasicResultOfCall
protected BasicResultOfCall(Environment environment, TestOfCall test, Nothing actual, Exception exception)
-