Skip to content

Commit 5cc0176

Browse files
committed
Improved testing framework for sets and maps.
Switched to JUnit testing framework for sets and maps. They now test broadly against each other for consistency. Tests for mutable.AnyRefMap and mutable.LongMap are folded in here (originals removed). There is still lots of redundancy with other tests that has not been removed. This framework is also designed to enable more robust testing of changes to implementations of sets and maps; although it's still quite possible to get a broken implementation through, these tests should make it harder to get the fundamentals wrong.
1 parent 9f0594c commit 5cc0176

File tree

3 files changed

+479
-170
lines changed

3 files changed

+479
-170
lines changed

test/files/run/mutable-anyrefmap.scala

Lines changed: 0 additions & 91 deletions
This file was deleted.

test/files/run/mutable-longmap.scala

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)