org.flexunit.ant.report
Class Reports

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,Report>
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
private static long serialVersionUID
           
private static java.lang.String TEST_INFO
           
 
Constructor Summary
Reports()
           
 
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
 

Field Detail

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
Constructor Detail

Reports

public Reports()
Method Detail

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