Amita-Pradhan commented on a change in pull request #188:
URL: 
https://github.com/apache/commons-collections/pull/188#discussion_r499158581



##########
File path: src/test/java/org/apache/commons/collections4/MapBuilderTest.java
##########
@@ -0,0 +1,122 @@
+package org.apache.commons.collections4;
+
+import org.junit.Assert;
+import org.junit.jupiter.api.Test;
+
+import java.util.Comparator;
+import java.util.HashMap;
+import java.util.Map;
+
+import static org.junit.jupiter.api.Assertions.*;
+
+/**
+ * Test Cases for Map Builder
+ */
+class MapBuilderTest {

Review comment:
       I drifted towards functional testing here.Just to clarify checking 
instance type as MapType expected (LinkedHashMap/TreeMap) etc should be done 
here ?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to