Class ListTest


  • public class ListTest
    extends Object
    Generic code to to test List
    • Constructor Detail

      • ListTest

        public ListTest()
    • Method Detail

      • verifyTests

        public void verifyTests()
      • testListFunctions

        public static void testListFunctions​(List<String> list)
        Test those things that distinguish the List API from the Collection one.
        Parameters:
        list - list to test
      • testListIterator

        public static void testListIterator​(List<String> list)