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