Package h07

Class TemplateTests.PathTemplateTest

    • Field Detail

      • traverser

        public final Method traverser
        Method object for Path.traverser()
      • concat

        public final Method concat
        Method object for Path.concat(V, A)
      • iterator

        public final Method iterator
        Method object for Path.iterator()
      • of1

        public final Method of1
        Method object for Path.of(V)
      • of2

        public final Method of2
        Method object for Path.of(V, A, V)
      • of3

        public final Method of3
        Method object for Path.of(V, A, V, A, V)
    • Method Detail

      • testDefinition

        @Test
        public void testDefinition()
        Tests the definition of Path.
        • Asserts that the interface...
          • is public
          • is generic and has two type parameters, V and A
          • extends Iterable
        • Asserts that the methods are all public and abstract and have the correct return type
        Specified by:
        testDefinition in class TestClass