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

/external/junit/src/main/java/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) {
42 return new MaxHistory(file);
45 private static MaxHistory readHistory(File storedResults)
52 return (MaxHistory) stream.readObject();
73 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/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 133 milliseconds