Annotation Interface Identified


@Retention(RUNTIME) @Target(PARAMETER) public @interface Identified
This annotation can be used together with MockSimulationExtension to select a particular model entity from the resource set by its id. The annotation should be added to the test method parameter which needs to be resolved.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    The predicate factory for the enclosing annotation
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details