Package org.nuxeo.runtime.test.runner
Annotation Interface WithFrameworkProperty
@Inherited
@Repeatable(WithFrameworkProperties.class)
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface WithFrameworkProperty
Annotation that will help you to set the
Framework
's property
in your test by annotating method.- Since:
- 11.1
-
Required Element Summary