Re: Unit testing with JanusGraph
Suny <sahithiy...@...>
Thanks. I startup JG instance in my local and use this code to connect to it GryoMapper.Builder builder = GryoMapper.build(). cluster = Cluster.build().serializer(new GryoMessageSerializerV1d0(buil client = cluster.connect(); where serverUrl is localhost:8081. This instance has cassandra configured as backend. Now if i want to run a unit test against in-memory db, Should i run another instance of JG on different port and connect to it from application ?
On Thursday, September 7, 2017 at 1:59:46 PM UTC-4, Vladyslav Kosulin wrote:
|
|