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
    Modifier and Type
    Optional Element
    Description
    Class<? extends TesterFactory>[]
     
  • Element Details

    • value

      Class<? extends TesterFactory>[] value
      Default:
      {org.wildfly.clustering.marshalling.MarshallingTesterFactory.class}