Annotation Interface TesterFactorySource
@Retention(RUNTIME)
@Target(METHOD)
@ArgumentsSource(TesterFactoryArgumentsProvider.class)
public @interface TesterFactorySource
- Author:
- Paul Ferraro
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<? extends TesterFactory>[] value- Default:
- {org.wildfly.clustering.marshalling.MarshallingTesterFactory.class}
-