@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface TestFactory
FactoryRunner
that is hooked
to the JUnit Test will use the annotated method to generate and add
new JUnit to the test suite. The annotated Method has to return a
List
of Objects that have member methods that are annotated
with FactoryTest
.