Searched refs:getAllowReturnValues (Results 1 – 4 of 4) sorted by relevance
494 XmlUtils.setProperty(p, "allow-return-values", String.valueOf(getAllowReturnValues()), in toXml()647 result.setAllowReturnValues(getAllowReturnValues()); in clone()1019 public Boolean getAllowReturnValues() { in getAllowReturnValues() method in XmlSuite
711 public Boolean getAllowReturnValues() { in getAllowReturnValues() method in XmlTest713 else return getSuite().getAllowReturnValues(); in getAllowReturnValues()
245 if (m.getReturnType() != void.class && ! xmlTest.getAllowReturnValues()) { in findMethodsWithAnnotation()
355 Assert.assertTrue(t.getAllowReturnValues()); in testNoPackage()