Package h07

Class TemplateTests.DirectedGraphFactoryTemplateTest

  • Enclosing class:
    TemplateTests

    @Nested
    public class TemplateTests.DirectedGraphFactoryTemplateTest
    extends TestClass
    Tests for interface DirectedGraphFactory.
    • Field Detail

      • createDirectedGraph

        public final Method createDirectedGraph
        Method object for DirectedGraphFactory.createDirectedGraph()
    • Method Detail

      • testDefinition

        @Test
        public void testDefinition()
        Tests the definition of DirectedGraphFactory.
        • Asserts that the interface...
          • is public
          • is generic and has two type parameters, V and A
        • Asserts that zero() is public and abstract and has return type DirectedGraph<V, A>
        Specified by:
        testDefinition in class TestClass