@Target(value=FIELD) @Retention(value=RUNTIME) public @interface GenerateURL
AlchemyTestRunner, this Annotations allows the
Runtime Injection of Generated Strings from the AlchemyGenerator library.
Example:
`@RunWith(AlchemyTestRunner.class)
public class ExampleTest
{
`@GenerateURL
private URL weblink;
}
Note, '`' (ticks) used to escape Javadocs.
GenerateStringCopyright © 2015–2018 RedRoma, Inc.. All rights reserved.