SkipAfterFirstFailedTest

This annotation can be used to skip all tests after the first failed test of a parameterized test.

Functions

Link copied to clipboard
public abstract Class<? extends Annotation> annotationType()
Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String toString()
Link copied to clipboard
public abstract boolean value()
Whether to skip or not.