Class VertexTest.BasicVertexTest
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
-
- org.apache.tinkerpop.gremlin.structure.VertexTest.BasicVertexTest
-
- Enclosing class:
- VertexTest
public static class VertexTest.BasicVertexTest extends AbstractGremlinTest
-
-
Field Summary
-
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTest
config, g, graph, graphProvider, name, shouldTestIteratorLeak
-
-
Constructor Summary
Constructors Constructor Description BasicVertexTest()
-
Method Summary
-
Methods 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
-
-
-
-
Method Detail
-
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
public void shouldHaveExceptionConsistencyWhenIdNotSupportedForAddEdge() throws Exception
- 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()
-
-