Package io.cucumber.core.runtime
Class TestCaseResultObserver
java.lang.Object
io.cucumber.core.runtime.TestCaseResultObserver
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertTestCasePassed(Supplier<Throwable> testCaseSkipped, Function<Throwable, Throwable> testCaseSkippedWithException, Function<List<TestCaseResultObserver.Suggestion>, Throwable> testCaseWasUndefined, Function<Throwable, Throwable> testCaseWasPending) voidclose()
-
Constructor Details
-
TestCaseResultObserver
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
assertTestCasePassed
-