@Retention(value=RUNTIME) @Target(value=TYPE) @Repeatable(value=ExceptionCoverageSet.class) public @interface ExceptionCoverage
| Modifier and Type | Required Element and Description | 
|---|---|
Class | 
exceptionClass
The exception class from Gremlin Structure that contains the exceptions that are covered by the block of tests. 
 | 
String[] | 
methods
The list of method names from the related  
exceptionClass() that are covered by the tests. | 
public abstract Class exceptionClass
public abstract String[] methods
exceptionClass() that are covered by the tests.Copyright © 2013–2021 Apache Software Foundation. All rights reserved.