@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface Skip
Skip.Matcher, to determine when/if tests should be skipped.| Modifier and Type | Required Element and Description | 
|---|---|
| Class<? extends Skip.Matcher> | conditionThe condition which causes a skip | 
| String | messageA message describing the reason for the skip | 
public abstract Class<? extends Skip.Matcher> condition
public abstract String message
Copyright © 2001-2020 Red Hat, Inc. All Rights Reserved.