Class EdgeTest.BasicEdgeTest

    • Constructor Detail

      • BasicEdgeTest

        public BasicEdgeTest()
    • Method Detail

      • shouldValidateEquality

        public void shouldValidateEquality()
      • shouldValidateIdEquality

        public void shouldValidateIdEquality()
      • shouldHaveStandardStringRepresentation

        public void shouldHaveStandardStringRepresentation()
      • shouldHaveExceptionConsistencyWhenUsingNullEdgeLabel

        public void shouldHaveExceptionConsistencyWhenUsingNullEdgeLabel()
      • shouldHaveExceptionConsistencyWhenUsingNullVertex

        public void shouldHaveExceptionConsistencyWhenUsingNullVertex()
      • shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabel

        public void shouldHaveExceptionConsistencyWhenUsingEmptyVertexLabel()
      • shouldHaveExceptionConsistencyWhenUsingSystemVertexLabel

        public void shouldHaveExceptionConsistencyWhenUsingSystemVertexLabel()
      • shouldAutotypeStringProperties

        public void shouldAutotypeStringProperties()
      • shouldAutotypeIntegerProperties

        public void shouldAutotypeIntegerProperties()
      • shouldAutotypeBooleanProperties

        public void shouldAutotypeBooleanProperties()
      • shouldAutotypeDoubleProperties

        public void shouldAutotypeDoubleProperties()
      • shouldAutotypeLongProperties

        public void shouldAutotypeLongProperties()
      • shouldAutotypeFloatProperties

        public void shouldAutotypeFloatProperties()
      • shouldGetPropertyKeysOnEdge

        public void shouldGetPropertyKeysOnEdge()
      • shouldNotGetConcurrentModificationException

        public void shouldNotGetConcurrentModificationException()
      • shouldNotHaveAConcurrentModificationExceptionWhenIteratingAndRemovingAddingEdges

        public void shouldNotHaveAConcurrentModificationExceptionWhenIteratingAndRemovingAddingEdges()
      • shouldReturnEmptyIteratorIfNoProperties

        public void shouldReturnEmptyIteratorIfNoProperties()
      • shouldReturnOutThenInOnVertexIterator

        public void shouldReturnOutThenInOnVertexIterator()