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