public static class EdgeTest.BasicEdgeTest extends AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak
Constructor and Description |
---|
BasicEdgeTest() |
Modifier and Type | Method and Description |
---|---|
void |
shouldAutotypeBooleanProperties() |
void |
shouldAutotypeDoubleProperties() |
void |
shouldAutotypeFloatProperties() |
void |
shouldAutotypeIntegerProperties() |
void |
shouldAutotypeLongProperties() |
void |
shouldAutotypeStringProperties() |
void |
shouldGetPropertyKeysOnEdge() |
void |
shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabel() |
void |
shouldHaveExceptionConsistencyWhenUsingNullEdgeLabel() |
void |
shouldHaveExceptionConsistencyWhenUsingNullVertex() |
void |
shouldHaveExceptionConsistencyWhenUsingSystemVertexLabel() |
void |
shouldHaveStandardStringRepresentation() |
void |
shouldNotGetConcurrentModificationException() |
void |
shouldNotHaveAConcurrentModificationExceptionWhenIteratingAndRemovingAddingEdges() |
void |
shouldReturnEmptyIteratorIfNoProperties() |
void |
shouldReturnOutThenInOnVertexIterator() |
void |
shouldValidateEquality() |
void |
shouldValidateIdEquality() |
afterLoadGraphWith, assertVertexEdgeCounts, beforeLoadGraphWith, convertToEdge, convertToEdge, convertToEdgeId, convertToEdgeId, convertToVertex, convertToVertex, convertToVertexId, convertToVertexId, convertToVertexProperty, convertToVertexProperty, convertToVertexPropertyId, convertToVertexPropertyId, getAssertVertexEdgeCounts, printTraversalForm, setup, tearDown, tryCommit, tryCommit, tryRollback, validateException, verifyRootIdentification, verifyUniqueStepIds
public void shouldValidateEquality()
public void shouldValidateIdEquality()
public void shouldHaveStandardStringRepresentation()
public void shouldHaveExceptionConsistencyWhenUsingNullEdgeLabel()
public void shouldHaveExceptionConsistencyWhenUsingNullVertex()
public void shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabel()
public void shouldHaveExceptionConsistencyWhenUsingSystemVertexLabel()
public void shouldAutotypeStringProperties()
public void shouldAutotypeIntegerProperties()
public void shouldAutotypeBooleanProperties()
public void shouldAutotypeDoubleProperties()
public void shouldAutotypeLongProperties()
public void shouldAutotypeFloatProperties()
public void shouldGetPropertyKeysOnEdge()
public void shouldNotGetConcurrentModificationException()
public void shouldNotHaveAConcurrentModificationExceptionWhenIteratingAndRemovingAddingEdges()
public void shouldReturnEmptyIteratorIfNoProperties()
public void shouldReturnOutThenInOnVertexIterator()
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.