* @throws Exception
* if the test has an error.
*/
public void testGetPropertiesSunFormat() throws Exception {
// sun
reader = new ConfigReader(log, EclipseFormatMojo.CODE_FORMAT_CONFIG,
"src/test/resources/sun-code-formatter.xml", false);
properties = reader.getProperties();
assertNotNull("File system code format properties should not be null", properties);
assertFalse("File system code format properties should not be empty", properties.isEmpty());
assertEquals("Tabulation char should match", "mixed", properties.getProperty(TABULATION_CHAR));