com.mycila.testing.plugin.annotation
Annotation Type Skip


@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Inherited
@Documented
public @interface Skip

Skip tests annotated by this annotation. If this annotation is on a test class, all test methods are skipped.

Author:
Mathieu Carbou (mathieu.carbou@gmail.com)



Copyright © 2008-2011 Mycila. All Rights Reserved.