Class ChickenNuggetGraphFactoryTest

    • Constructor Detail

      • ChickenNuggetGraphFactoryTest

        public ChickenNuggetGraphFactoryTest()
        Creates a new ChickenNuggetGraphFactoryTest object. Requires that ChickenNuggetGraphFactory exists and has a constructor with no parameters.
    • Method Detail

      • testDefinition

        @Test
        public void testDefinition()
        Tests the definition of ChickenNuggetGraphFactory.
        • Asserts that the class...
          • is public
          • is not abstract
          • is not generic
          • implements DirectedGraphFactory
        Specified by:
        testDefinition in class TestClass