org.jboss.test.audit.report
Class AuditAssertion
java.lang.Object
org.jboss.test.audit.report.SectionItem
org.jboss.test.audit.report.AuditAssertion
- All Implemented Interfaces:
- Comparable<SectionItem>
public class AuditAssertion
- extends SectionItem
Represents a single assertion as defined in the audit xml
- Author:
- Shane Bryzak
AuditAssertion
public AuditAssertion(String section,
String id,
String text,
String note,
boolean testable,
boolean implied,
AssertionGroup group)
getId
public String getId()
getNote
public String getNote()
isTestable
public boolean isTestable()
isImplied
public boolean isImplied()
getGroup
public AssertionGroup getGroup()
compareTo
public int compareTo(SectionItem other)
- Specified by:
compareTo
in interface Comparable<SectionItem>
- Specified by:
compareTo
in class SectionItem
toString
public String toString()
- Overrides:
toString
in class SectionItem
Copyright © 2009-2012. All Rights Reserved.