asyncGetRecipePredicateResults

Returns CRecipePredicate inspection result on async.

Each predicate runs on a virtual thread (off the main thread). Even if the given CRecipePredicate.Context.asyncContext is null, an async context is set internally before predicates run.

Return

CompletableFuture Result of run tests

Since

5.0.17

Parameters

context

Context of inspection

whenEmptyDefault

Result returned when CRecipe.predicates is null or empty (default = true)