@Target(value=FIELD) @Retention(value=RUNTIME) public @interface GenerateList
AlchemyTestRunner, this Annotations allows the Runtime Injection of List values, using
CollectionGenerators from the AlchemyGenerator library.
Example:
`@RunWith(AlchemyTestRunner.class)
public class ExampleTest
{
`@GenerateList(String.class)
private List<String> ids;
...
}
Note, ticks (`) used to escape Javadocs.GenerateEnum,
GeneratePojopublic abstract int size
> 0.Copyright © 2015–2016 Aroma Tech. All rights reserved.