Uses of Class
org.jboss.test.audit.report.SectionItem
-
Packages that use SectionItem Package Description org.jboss.test.audit.report -
-
Uses of SectionItem in org.jboss.test.audit.report
Subclasses of SectionItem in org.jboss.test.audit.report Modifier and Type Class Description classAssertionGroupRepresents a group of assertions, with each assertion testing an aspect of a statement made by the spec.classAuditAssertionRepresents a single assertion as defined in the audit xmlMethods in org.jboss.test.audit.report that return types with arguments of type SectionItem Modifier and Type Method Description List<SectionItem>AuditParser. getItemsForSection(String sectionId)Returns a list of items for the specified section IDMap<String,List<SectionItem>>AuditParser. getSectionItems()Methods in org.jboss.test.audit.report with parameters of type SectionItem Modifier and Type Method Description intAssertionGroup. compareTo(SectionItem other)intAuditAssertion. compareTo(SectionItem other)abstract intSectionItem. compareTo(SectionItem other)
-