Uploaded image for project: 'JBoss Marshalling'
  1. JBoss Marshalling
  2. JBMAR-58

Need more collections tests

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 1.2.0.CR1
    • None
    • None
    • None
    • Medium

      We need tests which test:

      • HashMap
      • TreeMap
      • LinkedHashMap
      • IdentityHashMap
      • Hashtable
      • LinkedList
      • ArrayList
      • HashSet
      • LinkedHashSet
      • TreeSet

      The above need to be tested when empty, small (1, ~80, and 256 elements), medium (257, ~8000, and 65536 elements), and large (65537 elements and up).

      • Collections.singletonList/Set/Map
      • Collections.emptyList/Set/Map

      Need to test shared and unshared variants. Maybe SimpleMarshallerTests is the best place?

            dlloyd@redhat.com David Lloyd
            dlloyd@redhat.com David Lloyd
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: