Class PropertyTest.BasicPropertyTest

    • Constructor Detail

      • BasicPropertyTest

        public BasicPropertyTest()
    • Method Detail

      • 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