Annotation Type Identified
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface Identified
This annotation can be used together withMockSimulationExtension
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.
-
-
Element Detail
-
value
String value
-
-