53545556575859
super("autoconfig"); } @Override public Report invoke() { return new Report(this.autoConfigurationReport); }
7980818283848586
add(entry.getValue().isFullMatch() ? this.positiveMatches : this.negativeMatches, entry.getKey(), entry.getValue()); } if (report.getParent() != null) { this.parent = new Report(report.getParent()); } }
464748495051525354
"endpoints.autoconfig"); } @Test public void invoke() throws Exception { Report report = getEndpointBean().invoke(); assertTrue(report.getPositiveMatches().isEmpty()); assertTrue(report.getNegativeMatches().containsKey("a")); }