return new XMLLogHelper(cruisecontrolElement);
}
public void setUp() throws Exception {
PropertiesMapper propertiesMapper = new PropertiesMapper();
// create a temp file to test propertiesmapper
Properties props = new Properties();
tmpFile = File.createTempFile("cruise", "Test");
props.setProperty("always1", "always1");
FileOutputStream fos = new FileOutputStream(tmpFile);