[Long Term] Unit Tests #18

Closed
opened 2021-12-11 13:14:13 +01:00 by Speiger · 0 comments
Owner

Unit tests for a lot of things must be added to ensure stability.

  • SortedSet

    • ArraySet
    • RBTreeSet
    • AVLTreeSet
  • NavigableSet

    • RBTreeSet
    • AVLTreeSet
  • SortedMap

    • ArrayMap
    • RBTreeMap
    • AVLTreeMap
  • NavigableMap

    • RBTreeMap
    • AVLTreeMap

Also Iterable functions need their Dedicated Unit Tests...

Unit tests for a lot of things must be added to ensure stability. - [x] SortedSet - [x] ArraySet - [x] RBTreeSet - [x] AVLTreeSet - [x] NavigableSet - [x] RBTreeSet - [x] AVLTreeSet - [X] SortedMap - [X] ArrayMap - [x] RBTreeMap - [X] AVLTreeMap - [X] NavigableMap - [X] RBTreeMap - [X] AVLTreeMap Also Iterable functions need their Dedicated Unit Tests...
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Speiger/Primitive-Collections#18
No description provided.