Uses of Class
org.jboss.test.audit.report.SectionItem

Packages that use SectionItem
org.jboss.test.audit.report   
 

Uses of SectionItem in org.jboss.test.audit.report
 

Subclasses of SectionItem in org.jboss.test.audit.report
 class AssertionGroup
          Represents a group of assertions, with each assertion testing an aspect of a statement made by the spec.
 class AuditAssertion
          Represents a single assertion as defined in the audit xml
 

Methods in org.jboss.test.audit.report that return types with arguments of type SectionItem
 List<SectionItem> AuditParser.getItemsForSection(String sectionId)
          Returns a list of items for the specified section ID
 Map<String,List<SectionItem>> AuditParser.getSectionItems()
           
 

Methods in org.jboss.test.audit.report with parameters of type SectionItem
 int AuditAssertion.compareTo(SectionItem other)
           
abstract  int SectionItem.compareTo(SectionItem other)
           
 int AssertionGroup.compareTo(SectionItem other)
           
 



Copyright © 2009-2012. All Rights Reserved.