Class BasicFail
java.lang.Object
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicTest<Fail,Expected,ResultOfFail,Actual>
org.tudalgo.algoutils.tutor.general.assertions.basic.BasicFail
A basic implementation an always failing test.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBasicFail(Environment environment, Expected expected) Constructs a new fail with the given environment. -
Method Summary
Modifier and TypeMethodDescriptionFails this test (there is no other option) with the given cause.Methods inherited from class org.tudalgo.algoutils.tutor.general.assertions.basic.BasicTest
environment, expected
-
Constructor Details
-
BasicFail
Constructs a new fail with the given environment.
- Parameters:
environment- the environment
-
-
Method Details