Uses of Class
specialized_checkers.lambda.CheckerRunnable
Packages that use CheckerRunnable
-
Uses of CheckerRunnable in specialized_checkers.lambda
Subclasses with type arguments of type CheckerRunnable in specialized_checkers.lambdaModifier and TypeClassDescriptionclass
A specialized checker forRunnable
instances, providing a fluent API for validating function behavior and results.Methods in specialized_checkers.lambda that return CheckerRunnableModifier and TypeMethodDescriptionstatic CheckerRunnable
Creates a newCheckerRunnable
for the givenRunnable
instance with a default name.static CheckerRunnable
Creates a newCheckerRunnable
for the givenRunnable
instance with a custom name.CheckerRunnable.runWithoutException()
Asserts that running theRunnable
does not throw any exception.protected CheckerRunnable
CheckerRunnable.self()
Returns this checker instance (for fluent API usage).