Cristiano

Results 2 comments of Cristiano

Hi, I've worked on a patch for this, see Pull Request #349 If it is accepted it will address your issue. With my patch, if you do put this configuration...

I use the following method to make assertions on graphs of properties. ``` private static Matcher hasGraph(String graphPath, Matcher matcher) { List properties = Arrays.asList(graphPath.split("\\.")); ListIterator iterator = properties.listIterator(properties.size()); Matcher...