Package 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
-
-
Constructor Summary
Constructors Constructor Description AuditAssertion(String section, String id, String text, String note, boolean testable, boolean implied, AssertionGroup group)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(SectionItem other)AssertionGroupgetGroup()StringgetId()StringgetNote()booleanisImplied()booleanisTestable()StringtoString()-
Methods inherited from class org.jboss.test.audit.report.SectionItem
getSection, getText, setSection, setText
-
-
-
-
Constructor Detail
-
AuditAssertion
public AuditAssertion(String section, String id, String text, String note, boolean testable, boolean implied, AssertionGroup group)
-
-
Method Detail
-
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:
compareToin interfaceComparable<SectionItem>- Specified by:
compareToin classSectionItem
-
toString
public String toString()
- Overrides:
toStringin classSectionItem
-
-