Test that resolving file paths (for example, classpaths) relative to the project basedir works.
Note that Ant permits any kind of path separator;
see
PropertyUtils.tokenizePath for details of the tokenization.
throws: Exception - if anything unexpected happens
testStandardPropertyEvaluator
public void testStandardPropertyEvaluator() throws Exception(Code)
Test that Ant properties can be evaluated with proper (recursive) substitutions.
throws: Exception - if anything unexpected happens
testStockPropertyPreprovider
public void testStockPropertyPreprovider() throws Exception(Code)