patterntesting.annotation.check.ct
Annotation Type SuppressJUnitWarning


@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface SuppressJUnitWarning

If PatternTesting reports a warning about the improber use of JUnit you can suppress the warning with this annotation. You can put this annotation in front of a method. If you annotate a class all warnings will be suppressed.

Since:
15.03.2009
Version:
$Revision: 1.1 $
Author:
oliver



Copyright © 2002–2014 PatternTesting Team. All rights reserved.