public static class CountingMonitor.TestRecord extends Object implements Comparable<CountingMonitor.TestRecord>, Serializable
| Constructor and Description |
|---|
TestRecord(long testTime,
String testDescription,
boolean result) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CountingMonitor.TestRecord that) |
String |
getTestDescription() |
boolean |
getTestResult() |
long |
getTestTime() |
String |
toString() |
public TestRecord(long testTime,
String testDescription,
boolean result)
public int compareTo(CountingMonitor.TestRecord that)
compareTo in interface Comparable<CountingMonitor.TestRecord>public long getTestTime()
public String getTestDescription()
public boolean getTestResult()
Copyright © 2020. All rights reserved.