Hi, I've come to the point that I was thinking instead of using a lots of try/catch for transaction in unit testing. Should I just softening exception by using AspectJ to avoid using try/catch and tx.failure to keep the database clean. Is this the right way to do? I'm not sure if there is other way to avoid try/catch in every test.
Thank you very much. Best, -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/Test-and-try-catch-block-tp3282585p3282585.html Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

