Searched defs:MaxHistory (Results 1 - 3 of 3) sorted by relevance

/external/junit/src/org/junit/experimental/max/
H A DMaxHistory.java26 public class MaxHistory implements Serializable { class in inherits:Serializable
30 * Loads a {@link MaxHistory} from {@code file}, or generates a new one that
33 public static MaxHistory forFolder(File file) {
41 return new MaxHistory(file);
44 private static MaxHistory readHistory(File storedResults)
51 return (MaxHistory) stream.readObject();
69 private MaxHistory(File storedResults) { method in class:MaxHistory
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 59 milliseconds