Annotation Type TestUtil


@Target(FIELD) @Retention(RUNTIME) public @interface TestUtil
Designates a field containing a test utility object, which will be initialized before any @Test or @Before method is executed.