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 the Property class.
  • Constructor Details

    • BasicPropertyTest

      public BasicPropertyTest()
  • Method Details

    • shouldHaveStandardStringRepresentationForVertexProperty

      public void shouldHaveStandardStringRepresentationForVertexProperty()
    • shouldHaveTruncatedStringRepresentationForVertexProperty

      public void shouldHaveTruncatedStringRepresentationForVertexProperty()
    • shouldHaveStandardStringRepresentationForEdgeProperty

      public void shouldHaveStandardStringRepresentationForEdgeProperty()
    • shouldHaveTruncatedStringRepresentationForEdgeProperty

      public void shouldHaveTruncatedStringRepresentationForEdgeProperty()
    • shouldReturnEmptyPropertyIfKeyNonExistent

      public void shouldReturnEmptyPropertyIfKeyNonExistent()
    • shouldAllowRemovalFromVertexWhenAlreadyRemoved

      public void shouldAllowRemovalFromVertexWhenAlreadyRemoved()
    • shouldAllowRemovalFromEdgeWhenAlreadyRemoved

      public void shouldAllowRemovalFromEdgeWhenAlreadyRemoved()
    • shouldNotAllowNullAddVertex

      public void shouldNotAllowNullAddVertex() throws Exception
      Throws:
      Exception
    • shouldNotAllowNullAddEdge

      public void shouldNotAllowNullAddEdge() throws Exception
      Throws:
      Exception
    • shouldAllowNullAddVertex

      public void shouldAllowNullAddVertex() throws Exception
      Throws:
      Exception
    • shouldAllowNullAddEdge

      public void shouldAllowNullAddEdge() throws Exception
      Throws:
      Exception
    • shouldAllowNullAddVertexProperty

      public void shouldAllowNullAddVertexProperty() throws Exception
      Throws:
      Exception
    • shouldNotAllowNullAddVertexProperty

      public void shouldNotAllowNullAddVertexProperty() throws Exception
      Throws:
      Exception