Uses of Class
org.apache.tinkerpop.gremlin.ExceptionCoverage
-
Packages that use ExceptionCoverage Package Description org.apache.tinkerpop.gremlin org.apache.tinkerpop.gremlin.structure -
-
Uses of ExceptionCoverage in org.apache.tinkerpop.gremlin
Methods in org.apache.tinkerpop.gremlin that return ExceptionCoverage Modifier and Type Method Description ExceptionCoverage[]
value()
-
Uses of ExceptionCoverage in org.apache.tinkerpop.gremlin.structure
Classes in org.apache.tinkerpop.gremlin.structure with annotations of type ExceptionCoverage Modifier and Type Class Description static class
EdgeTest.BasicEdgeTest
static class
FeatureSupportTest.ElementPropertyDataTypeFunctionalityTest
static class
FeatureSupportTest.GraphFunctionalityTest
Feature checks that testGraph
functionality to determine if a feature should be on when it is marked as not supported.static class
FeatureSupportTest.GraphVariablesFunctionalityTest
Feature checks that tests ifGraph.Variables
functionality to determine if a feature should be on when it is marked as not supported.class
GraphTest
static class
PropertyTest.ElementGetValueExceptionConsistencyTest
Test exceptions around use ofElement.value(String)
.static class
PropertyTest.PropertyValidationOnSetExceptionConsistencyTest
class
TransactionTest
static class
VariablesTest.VariableExceptionConsistencyTest
Test exceptions aroundGraph.Variables
.class
VertexPropertyTest
-