Class MaxHistory

java.lang.Object
org.junit.experimental.max.MaxHistory
All Implemented Interfaces:
Serializable

public class MaxHistory extends Object implements Serializable
Stores a subset of the history of each test:
  • Last failure timestamp
  • Duration of last execution
See Also: