@Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=Graph.OptOuts.class) @Inherited public static @interface Graph.OptOut
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
method
The specific name of the test method to opt out of.
|
java.lang.String |
reason
The reason the implementation is opting out of this test.
|
java.lang.String |
test
The test class to opt out of.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
specific
For parameterized tests specify the name of the test itself without its "square brackets".
|
Copyright © 2013-2015 TinkerPop. All Rights Reserved.