[Collections] Bring Abstract* tests into it's own test jar

2019-09-20 Thread Rohan Suri
Hi, The Abstract* tests for collections seem pretty useful to be in a separate jar so that they could be reused by anyone wanting to test a new map implementation. If the idea seems fine, I'd be happy to take up the task and discuss the required changes in pom, etc. Rohan.

Re: [Collections] Bring Abstract* tests into it's own test jar

2019-09-20 Thread Rohan Suri
Apologies I wasn't aware the test jars are being released as well. Adding "classifier: tests" when specifying the dependency does the job. On Fri, Sep 20, 2019 at 1:05 AM Rohan Suri wrote: > Hi, > > The Abstract* tests for collections seem pretty useful to be in a sep