Class PropertyTest.PropertyValidationOnSetExceptionConsistencyTest

java.lang.Object
org.apache.tinkerpop.gremlin.AbstractGremlinTest
org.apache.tinkerpop.gremlin.structure.PropertyTest.PropertyValidationOnSetExceptionConsistencyTest
Enclosing class:
PropertyTest

public static class PropertyTest.PropertyValidationOnSetExceptionConsistencyTest extends AbstractGremlinTest
Checks that properties added to an Element are validated in a consistent way when they are set after Vertex or Edge construction by throwing an appropriate exception.
  • Field Details

  • Constructor Details

    • PropertyValidationOnSetExceptionConsistencyTest

      public PropertyValidationOnSetExceptionConsistencyTest()
  • Method Details

    • data

      public static Iterable<Object[]> data()
    • testGraphVertexSetPropertyStandard

      public void testGraphVertexSetPropertyStandard() throws Exception
      Throws:
      Exception
    • shouldThrowOnGraphEdgeSetPropertyStandard

      public void shouldThrowOnGraphEdgeSetPropertyStandard() throws Exception
      Throws:
      Exception