Annotation Type PCMInstanceFromSupplier
-
@Retention(RUNTIME) @Target({METHOD,ANNOTATION_TYPE}) @ExtendWith({LoadModelFromSupplierExtension.class,SimuLizarTestParameterProvider.class}) public @interface PCMInstanceFromSupplier
Uses the provided Supplier to retrieve the pcm instance for running the test. It needs to provide a constructor either without parameters or accepting a JUnit extension context as parameter. By default, a valid but empty pcm instance is provided.