Class VertexTest.BasicVertexTest

    • Constructor Detail

      • BasicVertexTest

        public BasicVertexTest()
    • Method Detail

      • shouldValidateEquality

        public void shouldValidateEquality()
      • shouldValidateIdEquality

        public void shouldValidateIdEquality()
      • shouldHaveExceptionConsistencyWhenUsingNullVertexLabel

        public void shouldHaveExceptionConsistencyWhenUsingNullVertexLabel()
      • shouldHaveExceptionConsistencyWhenUsingNullVertexLabelOnOverload

        public void shouldHaveExceptionConsistencyWhenUsingNullVertexLabelOnOverload()
      • shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabel

        public void shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabel()
      • shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabelOnOverload

        public void shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabelOnOverload()
      • shouldHaveExceptionConsistencyWhenUsingSystemVertexLabel

        public void shouldHaveExceptionConsistencyWhenUsingSystemVertexLabel()
      • shouldHaveExceptionConsistencyWhenUsingSystemVertexLabelOnOverload

        public void shouldHaveExceptionConsistencyWhenUsingSystemVertexLabelOnOverload()
      • shouldHaveExceptionConsistencyWhenAssigningSameIdOnEdge

        public void shouldHaveExceptionConsistencyWhenAssigningSameIdOnEdge()
      • shouldUpsertWhenAssigningSameIdOnEdge

        public void shouldUpsertWhenAssigningSameIdOnEdge()
      • shouldHaveExceptionConsistencyWhenIdNotSupportedForAddEdge

        public void shouldHaveExceptionConsistencyWhenIdNotSupportedForAddEdge()
                                                                        throws Exception
        Throws:
        Exception
      • shouldHaveStandardStringRepresentation

        public void shouldHaveStandardStringRepresentation()
      • shouldHaveStandardStringRepresentationWithProperties

        public void shouldHaveStandardStringRepresentationWithProperties()
      • shouldUseDefaultLabelIfNotSpecified

        public void shouldUseDefaultLabelIfNotSpecified()
      • shouldAddVertexWithLabel

        public void shouldAddVertexWithLabel()
      • shouldSupportBasicVertexManipulation

        public void shouldSupportBasicVertexManipulation()
      • shouldEvaluateVerticesEquivalentWithSuppliedIdsViaTraversal

        public void shouldEvaluateVerticesEquivalentWithSuppliedIdsViaTraversal()
      • shouldEvaluateVerticesEquivalentWithSuppliedIdsViaIterators

        public void shouldEvaluateVerticesEquivalentWithSuppliedIdsViaIterators()
      • shouldEvaluateEquivalentVerticesWithNoSuppliedIds

        public void shouldEvaluateEquivalentVerticesWithNoSuppliedIds()
      • shouldEvaluateEquivalentVertexHashCodeWithSuppliedIds

        public void shouldEvaluateEquivalentVertexHashCodeWithSuppliedIds()
      • shouldAutotypeStringProperties

        public void shouldAutotypeStringProperties()
      • shouldAutotypeIntegerProperties

        public void shouldAutotypeIntegerProperties()
      • shouldAutotypeBooleanProperties

        public void shouldAutotypeBooleanProperties()
      • shouldAutotypeDoubleProperties

        public void shouldAutotypeDoubleProperties()
      • shouldAutotypeLongProperties

        public void shouldAutotypeLongProperties()
      • shouldAutotypeFloatProperties

        public void shouldAutotypeFloatProperties()
      • shouldGetPropertyKeysOnVertex

        public void shouldGetPropertyKeysOnVertex()
      • shouldNotGetConcurrentModificationException

        public void shouldNotGetConcurrentModificationException()
      • shouldReturnEmptyIteratorIfNoProperties

        public void shouldReturnEmptyIteratorIfNoProperties()