Class GraphQueryResultTest


  • public abstract class GraphQueryResultTest
    extends Object
    • Constructor Detail

      • GraphQueryResultTest

        public GraphQueryResultTest()
    • Method Detail

      • setUpClass

        @BeforeAll
        public static void setUpClass()
      • afterClass

        @AfterAll
        public static void afterClass()
                               throws Exception
        Throws:
        Exception
      • tearDown

        @AfterEach
        public void tearDown()
      • createRepository

        protected Repository createRepository()
      • newRepository

        protected abstract Repository newRepository()
      • testDescribeEmpty

        @Test
        public void testDescribeEmpty()
      • testDescribeSingle

        @Test
        public void testDescribeSingle()
      • testDescribeMultiple

        @Test
        public void testDescribeMultiple()
      • testConstructEmpty

        @Test
        public void testConstructEmpty()
      • testConstructSingle

        @Test
        public void testConstructSingle()
      • testConstructMultiple

        @Test
        public void testConstructMultiple()