You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Stephen Mallette (Jira)" <ji...@apache.org> on 2020/09/28 11:04:00 UTC

[jira] [Created] (TINKERPOP-2428) Improve the ability to write tests with the Java driver

Stephen Mallette created TINKERPOP-2428:
-------------------------------------------

             Summary: Improve the ability to write tests with the Java driver
                 Key: TINKERPOP-2428
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2428
             Project: TinkerPop
          Issue Type: Improvement
          Components: driver
    Affects Versions: 3.4.8
            Reporter: Stephen Mallette


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)