public Path createClasspath()

in src/main/org/apache/ant/antunit/AntUnit.java [224:229]


    public Path createClasspath() {
        if (classpath != null) {
            throw new BuildException("Can only set classpath once");
        }
        return classpath = new Path(getProject());
    }