Annotation Interface PredicateFactory


@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface PredicateFactory
This meta annotation allows to extend the set of model entity selecting annotations for MockSimulationExtension. For each annotation it provides the Factory class which is used to create a filtering predicate based on the JUnit parameter context.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Function<org.junit.jupiter.api.extension.ParameterContext,Predicate<Object>>>