Searched refs:badtype (Results 1 – 1 of 1) sorted by relevance
537 private void assertNotInAttribute(String attribute, String badtype) throws Exception { in assertNotInAttribute() argument539 if (actualTypes.contains(badtype)) { in assertNotInAttribute()540 fail("Attribute " + attribute + " includes " + badtype); in assertNotInAttribute()