Class PropertyTest.PropertyValidationOnAddExceptionConsistencyTest

  • Enclosing class:
    PropertyTest

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

      • arguments

        public Object[] arguments
      • expectedException

        public Exception expectedException
    • Constructor Detail

      • PropertyValidationOnAddExceptionConsistencyTest

        public PropertyValidationOnAddExceptionConsistencyTest()
    • Method Detail

      • shouldThrowOnGraphAddVertex

        public void shouldThrowOnGraphAddVertex()
                                         throws Exception
        Throws:
        Exception
      • shouldThrowOnGraphAddEdge

        public void shouldThrowOnGraphAddEdge()
                                       throws Exception
        Throws:
        Exception