public void handleOutput()

in src/main/org/apache/ant/antunit/AntUnit.java [312:318]


    public void handleOutput(String outputToHandle) {
        if (scriptRunner != null) {
            scriptRunner.getCurrentProject().demuxOutput(outputToHandle, false);
        } else {
            super.handleOutput(outputToHandle);
        }
    }