doc / ch.tutteli.atrium.logic.creating.filesystem.hints / withHelpOnIOExceptionFailure

withHelpOnIOExceptionFailure

inline fun <T> Descriptive.DescriptionOption<Descriptive.FinalStep>.withHelpOnIOExceptionFailure(expect: Expect<IoResult<T>>, crossinline f: (Path, IOException) -> Assertion?): Descriptive.DescriptionOption<DescriptiveAssertionWithFailureHint.FinalStep> (source)