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.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description BasicVertexTest()
 - 
Method Summary- 
Methods inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestafterLoadGraphWith, 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- 
shouldValidateEqualitypublic void shouldValidateEquality() 
 - 
shouldValidateIdEqualitypublic void shouldValidateIdEquality() 
 - 
shouldHaveExceptionConsistencyWhenUsingNullVertexLabelpublic void shouldHaveExceptionConsistencyWhenUsingNullVertexLabel() 
 - 
shouldHaveExceptionConsistencyWhenUsingNullVertexLabelOnOverloadpublic void shouldHaveExceptionConsistencyWhenUsingNullVertexLabelOnOverload() 
 - 
shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabelpublic void shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabel() 
 - 
shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabelOnOverloadpublic void shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabelOnOverload() 
 - 
shouldHaveExceptionConsistencyWhenUsingSystemVertexLabelpublic void shouldHaveExceptionConsistencyWhenUsingSystemVertexLabel() 
 - 
shouldHaveExceptionConsistencyWhenUsingSystemVertexLabelOnOverloadpublic void shouldHaveExceptionConsistencyWhenUsingSystemVertexLabelOnOverload() 
 - 
shouldHaveExceptionConsistencyWhenAssigningSameIdOnEdgepublic void shouldHaveExceptionConsistencyWhenAssigningSameIdOnEdge() 
 - 
shouldUpsertWhenAssigningSameIdOnEdgepublic void shouldUpsertWhenAssigningSameIdOnEdge() 
 - 
shouldHaveExceptionConsistencyWhenIdNotSupportedForAddEdgepublic void shouldHaveExceptionConsistencyWhenIdNotSupportedForAddEdge() throws Exception- Throws:
- Exception
 
 - 
shouldHaveStandardStringRepresentationpublic void shouldHaveStandardStringRepresentation() 
 - 
shouldHaveStandardStringRepresentationWithPropertiespublic void shouldHaveStandardStringRepresentationWithProperties() 
 - 
shouldUseDefaultLabelIfNotSpecifiedpublic void shouldUseDefaultLabelIfNotSpecified() 
 - 
shouldAddVertexWithLabelpublic void shouldAddVertexWithLabel() 
 - 
shouldSupportBasicVertexManipulationpublic void shouldSupportBasicVertexManipulation() 
 - 
shouldEvaluateVerticesEquivalentWithSuppliedIdsViaTraversalpublic void shouldEvaluateVerticesEquivalentWithSuppliedIdsViaTraversal() 
 - 
shouldEvaluateVerticesEquivalentWithSuppliedIdsViaIteratorspublic void shouldEvaluateVerticesEquivalentWithSuppliedIdsViaIterators() 
 - 
shouldEvaluateEquivalentVerticesWithNoSuppliedIdspublic void shouldEvaluateEquivalentVerticesWithNoSuppliedIds() 
 - 
shouldEvaluateEquivalentVertexHashCodeWithSuppliedIdspublic void shouldEvaluateEquivalentVertexHashCodeWithSuppliedIds() 
 - 
shouldAutotypeStringPropertiespublic void shouldAutotypeStringProperties() 
 - 
shouldAutotypeIntegerPropertiespublic void shouldAutotypeIntegerProperties() 
 - 
shouldAutotypeBooleanPropertiespublic void shouldAutotypeBooleanProperties() 
 - 
shouldAutotypeDoublePropertiespublic void shouldAutotypeDoubleProperties() 
 - 
shouldAutotypeLongPropertiespublic void shouldAutotypeLongProperties() 
 - 
shouldAutotypeFloatPropertiespublic void shouldAutotypeFloatProperties() 
 - 
shouldGetPropertyKeysOnVertexpublic void shouldGetPropertyKeysOnVertex() 
 - 
shouldNotGetConcurrentModificationExceptionpublic void shouldNotGetConcurrentModificationException() 
 - 
shouldReturnEmptyIteratorIfNoPropertiespublic void shouldReturnEmptyIteratorIfNoProperties() 
 
- 
 
-