Class VertexTest.BasicVertexTest
java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.structure.VertexTest.BasicVertexTest
- Enclosing class:
- VertexTest
-
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
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
-
Constructor Details
-
BasicVertexTest
public BasicVertexTest()
-
-
Method Details
-
shouldValidateEquality
public void shouldValidateEquality() -
shouldValidateIdEquality
public void shouldValidateIdEquality() -
shouldHaveExceptionConsistencyWhenUsingNullVertexLabel
public void shouldHaveExceptionConsistencyWhenUsingNullVertexLabel() -
shouldHaveExceptionConsistencyWhenUsingNullVertexLabelOnOverload
public void shouldHaveExceptionConsistencyWhenUsingNullVertexLabelOnOverload() -
shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabel
public void shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabel() -
shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabelOnOverload
public void shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabelOnOverload() -
shouldHaveExceptionConsistencyWhenUsingSystemVertexLabel
public void shouldHaveExceptionConsistencyWhenUsingSystemVertexLabel() -
shouldHaveExceptionConsistencyWhenUsingSystemVertexLabelOnOverload
public void shouldHaveExceptionConsistencyWhenUsingSystemVertexLabelOnOverload() -
shouldHaveExceptionConsistencyWhenAssigningSameIdOnEdge
public void shouldHaveExceptionConsistencyWhenAssigningSameIdOnEdge() -
shouldUpsertWhenAssigningSameIdOnEdge
public void shouldUpsertWhenAssigningSameIdOnEdge() -
shouldHaveExceptionConsistencyWhenIdNotSupportedForAddEdge
- Throws:
Exception
-
shouldHaveStandardStringRepresentation
public void shouldHaveStandardStringRepresentation() -
shouldHaveStandardStringRepresentationWithProperties
public void shouldHaveStandardStringRepresentationWithProperties() -
shouldUseDefaultLabelIfNotSpecified
public void shouldUseDefaultLabelIfNotSpecified() -
shouldAddVertexWithLabel
public void shouldAddVertexWithLabel() -
shouldSupportBasicVertexManipulation
public void shouldSupportBasicVertexManipulation() -
shouldEvaluateVerticesEquivalentWithSuppliedIdsViaTraversal
public void shouldEvaluateVerticesEquivalentWithSuppliedIdsViaTraversal() -
shouldEvaluateVerticesEquivalentWithSuppliedIdsViaIterators
public void shouldEvaluateVerticesEquivalentWithSuppliedIdsViaIterators() -
shouldEvaluateEquivalentVerticesWithNoSuppliedIds
public void shouldEvaluateEquivalentVerticesWithNoSuppliedIds() -
shouldEvaluateEquivalentVertexHashCodeWithSuppliedIds
public void shouldEvaluateEquivalentVertexHashCodeWithSuppliedIds() -
shouldAutotypeStringProperties
public void shouldAutotypeStringProperties() -
shouldAutotypeIntegerProperties
public void shouldAutotypeIntegerProperties() -
shouldAutotypeBooleanProperties
public void shouldAutotypeBooleanProperties() -
shouldAutotypeDoubleProperties
public void shouldAutotypeDoubleProperties() -
shouldAutotypeLongProperties
public void shouldAutotypeLongProperties() -
shouldAutotypeFloatProperties
public void shouldAutotypeFloatProperties() -
shouldGetPropertyKeysOnVertex
public void shouldGetPropertyKeysOnVertex() -
shouldNotGetConcurrentModificationException
public void shouldNotGetConcurrentModificationException() -
shouldReturnEmptyIteratorIfNoProperties
public void shouldReturnEmptyIteratorIfNoProperties()
-