|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |