Package org.apache.maven.shared.utils

Class Summary
CaseTest Test case for character case changes, to precisely point the situations when character case comparison doesn't give intuitive result, or why one should avoid String.toUpperCase() and String.toLowerCase() (platform locale dependent, with sometimes unexpected results) but prefer String.equalsIgnoreCase(String) when possible.
ExpandTest This will test the plexus utility class Expand.
OsTest This class will test the 'Os' class which evaluates operation system specific settings.
PathToolTest Test the PathTool class.
PropertyUtilsTest  
StringUtilsTest Test the StringUtils class.
XmlStreamReaderTest  
 



Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.