Annotation Type Slow
-
@Retention(RUNTIME) @Target(METHOD) public @interface Slow
Indicates a test method that takes a non-trivial amount of time to execute.Practically speaking, this is for test methods that are not (close to) instantaneous.
@Retention(RUNTIME)
@Target(METHOD)
public @interface Slow
Practically speaking, this is for test methods that are not (close to) instantaneous.