@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface ParametersFactory
Iterable<Object[]>.
The iterable must return arrays conforming to the suite class's constructor with respect to the number and types of parameters.
The constructor's parameters can be annotated with Name to provide
more descriptive parameter names for test descriptions.
NameCopyright © 2011-2013 Carrot Search s.c.. All Rights Reserved.