| Class | Description | 
|---|---|
| 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()andString.toLowerCase()(platform locale dependent, with sometimes unexpected results)
 but preferString.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  PathToolclass. | 
| PropertyUtilsTest | |
| StringUtilsTest | Test the  StringUtilsclass. | 
| XmlStreamReaderTest | 
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.