org.semanticweb.HermiT.monitor
Class CountingMonitor.TestRecord
java.lang.Object
org.semanticweb.HermiT.monitor.CountingMonitor.TestRecord
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<CountingMonitor.TestRecord>
- Enclosing class:
- CountingMonitor
public static class CountingMonitor.TestRecord
- extends java.lang.Object
- implements java.lang.Comparable<CountingMonitor.TestRecord>, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_testTime
protected final long m_testTime
m_testDescription
protected final java.lang.String m_testDescription
m_testResult
protected final boolean m_testResult
CountingMonitor.TestRecord
public CountingMonitor.TestRecord(long testTime,
java.lang.String testDescription,
boolean result)
compareTo
public int compareTo(CountingMonitor.TestRecord that)
- Specified by:
compareTo
in interface java.lang.Comparable<CountingMonitor.TestRecord>
getTestTime
public long getTestTime()
getTestDescription
public java.lang.String getTestDescription()
getTestResult
public boolean getTestResult()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object