org.flexunit.ant.report
Class Reports
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,Report>
org.flexunit.ant.report.Reports
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,Report>
public class Reports
- extends java.util.HashMap<java.lang.String,Report>
Aggregate class representing a collection of Reports stored in a Map
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Method Summary |
private java.lang.String |
formatTime(long time)
|
java.lang.String |
getSummary()
String version of all reports. |
boolean |
hasFailures()
Determines if any reports have failures |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
TEST_INFO
private static final java.lang.String TEST_INFO
- See Also:
- Constant Field Values
Reports
public Reports()
getSummary
public java.lang.String getSummary()
- String version of all reports.
formatTime
private java.lang.String formatTime(long time)
hasFailures
public boolean hasFailures()
- Determines if any reports have failures