-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.4.8
-
Fix Version/s: None
-
Component/s: driver
-
Labels:None
We often see folks struggling to write tests with the the Java driver as it is hard to mock functionality in there. The key problem is around the final in ResultSet and the complexity of the constructor that it has. If there were some simplifications there it seems like we'd be able to mock a Client without too much trouble.