org.junit.experimental.max
Class MaxHistory
java.lang.Object
org.junit.experimental.max.MaxHistory
- All Implemented Interfaces:
- java.io.Serializable
public class MaxHistory
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
MaxHistory(java.io.File storedResults)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fDurations
public final java.util.Map<java.lang.String,java.lang.Long> fDurations
fFailureTimestamps
public final java.util.Map<java.lang.String,java.lang.Long> fFailureTimestamps
fFolder
public final java.io.File fFolder
MaxHistory
public MaxHistory(java.io.File storedResults)
forFolder
public static MaxHistory forFolder(java.io.File storedResults)
getFile
public java.io.File getFile()
save
public void save()
throws java.io.IOException
- Throws:
java.io.IOException
listener
public org.junit.experimental.max.MaxHistory.RememberingListener listener()
testComparator
public java.util.Comparator<Description> testComparator()