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

/external/junit/src/org/junit/runners/
H A DParentRunner.java45 * running each child. ParentRunner will filter and sort children, handle
50 public abstract class ParentRunner<T> extends Runner implements Filterable, class in inherits:Runner,Filterable,Sortable
69 * Constructs a new {@code ParentRunner} that will run {@code @TestClass}
72 protected ParentRunner(Class<?> testClass) throws InitializationError { method in class:ParentRunner
88 * be an element of the list returned by {@link ParentRunner#getChildren()}
94 * an element of the list returned by {@link ParentRunner#getChildren()}.
231 ParentRunner.this.runChild(each, notifier);
/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 92 milliseconds