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:
- java.lang.Comparable<SectionItem>
public class AuditAssertion
- extends SectionItem
Represents a single assertion as defined in the audit xml
- Author:
- Shane Bryzak
|
Constructor Summary |
AuditAssertion(java.lang.String section,
java.lang.String id,
java.lang.String text,
java.lang.String note,
boolean testable,
boolean implied,
AssertionGroup group)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AuditAssertion
public AuditAssertion(java.lang.String section,
java.lang.String id,
java.lang.String text,
java.lang.String note,
boolean testable,
boolean implied,
AssertionGroup group)
getId
public java.lang.String getId()
getNote
public java.lang.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 java.lang.Comparable<SectionItem>- Specified by:
compareTo in class SectionItem
toString
public java.lang.String toString()
- Overrides:
toString in class SectionItem
Copyright © 2009-2010. All Rights Reserved.