ljacqu / JavaCollectionBehavior

Test cases to document different Java collections and their differences
0 stars 0 forks source link

Lists: Test iterator and listIterator in scope of tested list type (main, reversed, subList) #33

Open ljacqu opened 5 months ago

ljacqu commented 5 months ago

Iterator & ListIterator are tested for mutability and immutability as a manual step, but if we did it as part of the List type itself (the list we're testing, its subList or its reversed) we would cover more