Uses of Class
com.luchersol.core.specialized_checkers.lambda.CheckerCallable
Packages that use CheckerCallable
Package
Description
Lambda expression and functional programming checkers.
-
Uses of CheckerCallable in com.luchersol.core.specialized_checkers.lambda
Subclasses with type arguments of type CheckerCallable in com.luchersol.core.specialized_checkers.lambdaModifier and TypeClassDescriptionclassA specialized checker forCallableinstances, providing fluent assertions for validating the behavior and results ofCallabletasks.Methods in com.luchersol.core.specialized_checkers.lambda that return CheckerCallableModifier and TypeMethodDescriptionCheckerCallable.callWithoutException()Asserts that calling thecall()method of theCallabledoes not throw any exception.static <V> CheckerCallable<V> Creates a newCheckerCallablefor the givenCallableinstance with a default name.static <V> CheckerCallable<V> Creates a newCheckerCallablefor the givenCallableinstance with a custom name.CheckerCallable.producesExpected(V expected) Asserts that thecall()method of theCallableproduces the expected result.CheckerCallable.producesNonNull()Asserts that thecall()method of theCallableproduces a non-null result.protected CheckerCallable<V> CheckerCallable.self()Returns this checker instance (for fluent API usage).