Class PropertyTest.BasicPropertyTest
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.AbstractGremlinTest
- 
- org.apache.tinkerpop.gremlin.structure.PropertyTest.BasicPropertyTest
 
 
- 
- Enclosing class:
- PropertyTest
 
 public static class PropertyTest.BasicPropertyTest extends AbstractGremlinTest Basic tests for thePropertyclass.
- 
- 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.AbstractGremlinTestconfig, g, graph, graphProvider, name, shouldTestIteratorLeak
 
- 
 - 
Constructor SummaryConstructors Constructor Description BasicPropertyTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldAllowNullAddEdge()voidshouldAllowNullAddVertex()voidshouldAllowNullAddVertexProperty()voidshouldAllowRemovalFromEdgeWhenAlreadyRemoved()voidshouldAllowRemovalFromVertexWhenAlreadyRemoved()voidshouldHaveStandardStringRepresentationForEdgeProperty()voidshouldHaveStandardStringRepresentationForVertexProperty()voidshouldHaveTruncatedStringRepresentationForEdgeProperty()voidshouldHaveTruncatedStringRepresentationForVertexProperty()voidshouldNotAllowNullAddEdge()voidshouldNotAllowNullAddVertex()voidshouldNotAllowNullAddVertexProperty()voidshouldReturnEmptyPropertyIfKeyNonExistent()- 
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- 
shouldHaveStandardStringRepresentationForVertexPropertypublic void shouldHaveStandardStringRepresentationForVertexProperty() 
 - 
shouldHaveTruncatedStringRepresentationForVertexPropertypublic void shouldHaveTruncatedStringRepresentationForVertexProperty() 
 - 
shouldHaveStandardStringRepresentationForEdgePropertypublic void shouldHaveStandardStringRepresentationForEdgeProperty() 
 - 
shouldHaveTruncatedStringRepresentationForEdgePropertypublic void shouldHaveTruncatedStringRepresentationForEdgeProperty() 
 - 
shouldReturnEmptyPropertyIfKeyNonExistentpublic void shouldReturnEmptyPropertyIfKeyNonExistent() 
 - 
shouldAllowRemovalFromVertexWhenAlreadyRemovedpublic void shouldAllowRemovalFromVertexWhenAlreadyRemoved() 
 - 
shouldAllowRemovalFromEdgeWhenAlreadyRemovedpublic void shouldAllowRemovalFromEdgeWhenAlreadyRemoved() 
 - 
shouldNotAllowNullAddVertexpublic void shouldNotAllowNullAddVertex() throws Exception- Throws:
- Exception
 
 - 
shouldNotAllowNullAddEdgepublic void shouldNotAllowNullAddEdge() throws Exception- Throws:
- Exception
 
 - 
shouldAllowNullAddVertexPropertypublic void shouldAllowNullAddVertexProperty() throws Exception- Throws:
- Exception
 
 
- 
 
-