Package h07

Class TemplateTests.AbstractPathTemplateTest

    • Method Detail

      • testDefinition

        @Test
        public void testDefinition()
        Tests the definition of AbstractPath.
        • Asserts that the class...
          • is abstract
          • is package-private
          • is generic and has two type parameters, V and A
          • implements Path
        Specified by:
        testDefinition in class TestClass