Annotation Type Named
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface Named
This annotation can be used together withMockSimulationExtension
to select a particular model entity from the resource set by its name. The annotation should be added to the test method parameter which needs to be resolved.
-
-
Element Detail
-
value
String value
-
-