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