@Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=Graph.OptOuts.class) @Inherited public static @interface Graph.OptOut
Modifier and Type | Required Element and Description |
---|---|
String |
method
The specific name of the test method to opt out of or asterisk to opt out of all methods in a
test() . |
String |
reason
The reason the implementation is opting out of this test.
|
String |
test
The test class to opt out of.
|
public abstract String test
public abstract String reason
public abstract String specific
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.