atunit
Annotation Type Unit


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Unit

Indicates the subject of the test. Every AtUnit test must have exactly one field which carries this annotation.

Author:
Logan Johnson <logan.johnson@gmail.com>
See Also:
ExampleAtUnitTest.java