Annotation Type 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.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value