@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> | 
condition
The condition which causes a skip 
 | 
String | 
message
A message describing the reason for the skip 
 | 
public abstract Class<? extends Skip.Matcher> condition
public abstract String message
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.