107108109110111112113
if (getConfig().isDebugEnabled()) { System.out.println("Result was: " + result + ", at " + location + ", from " + userAgent); } return new TestResult(userAgent, result, location, "true".equals(isAssert)); }
104105106107108109110