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
 java.util.List<SectionItem> AuditParser.getItemsForSection(java.lang.String sectionId)
          Returns a list of items for the specified section ID
 java.util.Map<java.lang.String,java.util.List<SectionItem>> AuditParser.getSectionItems()
           
 

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



Copyright © 2009-2010. All Rights Reserved.