Interface JUnitTaskMirror

All Known Implementing Classes:
JUnitTaskMirrorImpl

public interface JUnitTaskMirror
Handles the portions of JUnitTask which need to directly access actual JUnit classes, so that junit.jar need not be on Ant's startup classpath. Neither JUnitTask.java nor JUnitTaskMirror.java nor their transitive static deps may import any junit.** classes! Specifically, need to not refer to - JUnitResultFormatter or its subclasses - JUnitVersionHelper - JUnitTestRunner Cf. JUnitTask.SplitLoader#isSplit(String) Public only to permit access from classes in this package; do not use directly.
Since:
1.7
See Also:
  • "bug #38799"