com.bm.datagen.annotations
Annotation Type PrepareGenerator


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface PrepareGenerator

If a method is anotated with this annotation the methos get called in the setup method of the JUnit test.

Author:
Daniel Wiese



Copyright © 2008. All Rights Reserved.