@Target(value=FIELD) @Retention(value=RUNTIME) public @interface GenerateCustom
AlchemyTestRunner, this Annotations allows the
Runtime Injection of Custom Objects using the AlchemyGenerator library.
Example:
`@RunWith(AlchemyTestRunner.class)
public class ExampleTest
{
`@GenerateCustom(type=Book.class, generator=BookGenerator.class)
private Book book;
}
Note, '`' (ticks) used to escape Javadocs.
Copyright © 2015–2018 RedRoma, Inc.. All rights reserved.