org.jboss.test.audit.report
Class AuditAssertion

java.lang.Object
  extended by org.jboss.test.audit.report.SectionItem
      extended by 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
AuditAssertion(String section, String id, String text, String note, boolean testable, boolean implied, AssertionGroup group)
           
 
Method Summary
 int compareTo(SectionItem other)
           
 AssertionGroup getGroup()
           
 String getId()
           
 String getNote()
           
 boolean isImplied()
           
 boolean isTestable()
           
 String toString()
           
 
Methods inherited from class org.jboss.test.audit.report.SectionItem
getSection, getText, setSection, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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:
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.