Class TestUpdateErrorReporter
java.lang.Object
io.deephaven.engine.testutil.v2.utils.TestUpdateErrorReporter
- All Implemented Interfaces:
UpdateErrorReporter
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidallowingError(Runnable function, Predicate<List<Throwable>> errorsAcceptable) <T> TallowingError(Supplier<T> function, Predicate<List<Throwable>> errorsAcceptable) voidbooleanvoidvoidsetExpectError(boolean expectError)
-
Constructor Details
-
TestUpdateErrorReporter
public TestUpdateErrorReporter()
-
-
Method Details
-
reportUpdateError
- Specified by:
reportUpdateErrorin interfaceUpdateErrorReporter- Throws:
IOException
-
getUpdateErrors
-
getExpectError
public boolean getExpectError() -
setExpectError
public void setExpectError(boolean expectError) -
allowingError
-
allowingError
-
clearErrors
public void clearErrors() -
getErrorExpectation
-