Re: [Neo4j] [Testing / Java] Simpler test assertions with AssertJ-Neo4j

2014-01-25 Thread Peter Neubauer
Very nice, it's already underway it seems! /peter G: neubauer.peter S: peter.neubauer P: +46 704 106975 L: http://www.linkedin.com/in/neubauer T: @peterneubauer Neo4j 2.0.0 - (graphs)-[:FOR]->(everyone)

Re: [Neo4j] [Testing / Java] Simpler test assertions with AssertJ-Neo4j

2014-01-22 Thread Florent Biville
(first) issue filed: https://github.com/joel-costigliola/assertj-neo4j/issues/1 !! Feel free to comment it if you have refinements or other Cypher-result-related use cases in mind. On Wednesday, 22 January 2014 18:50:20 UTC+1, Florent Biville wrote: > > Hi, > > The only service > class

Re: [Neo4j] [Testing / Java] Simpler test assertions with AssertJ-Neo4j

2014-01-22 Thread Florent Biville
Hi, The only service classused in the examples wrap Cypher query results into Node/Relationship instances. However, I agree with you assertions on ExecutionResul

Re: [Neo4j] [Testing / Java] Simpler test assertions with AssertJ-Neo4j

2014-01-22 Thread Peter Neubauer
Florent, that is superneat! Is there anything that needs to be done or documented to use this with the output of cypher statements? Would make a lot of testing even in the core codebase much simpler! /peter G: neubauer.peter S: peter.neubauer P: +46 704 106975 L: http://www.linkedin.com/in/

[Neo4j] [Testing / Java] Simpler test assertions with AssertJ-Neo4j

2014-01-21 Thread Florent Biville
Hi everyone, Although I have announced this a while ago on my blog, I realize I did not mention the first release of AssertJ-Neo4j to the official group here. First things first, AssertJ