Can junit task take command-line arguments?
Created Jul 4, 2003
Eugene Kuleshov You can pass such parameters by using ant's properties or system properties. They all will be available for your unit tests through System.getProperty()
Created Jul 4, 2003