OpenSearch/test/framework
Koen De Groote 0fef5acd01 Cleanup collections construction
This commit cleans up some cases where a list or map was being
constructed, and then an existing collection was copied into the new
collection. The clean is to instead use an appropriate constructor to
directly copy the existing collection in during collection
construction. The advantage of this is that the new collection is sized
appropriately.

Relates #24409
2017-04-30 21:26:51 -04:00
..
src Cleanup collections construction 2017-04-30 21:26:51 -04:00
build.gradle Add task to look for tests in src/main (#24298) 2017-04-25 21:11:47 -04:00