public class IoBoostUtilsTest extends TestRoot {
@Test
public void testReadProperties() throws Exception {
File propertyFile = new ObjectAnalyzingCodeGeneratorTest()
.createTempPropertyFile(this);
Properties properties = IoBoostUtils.readProperties(propertyFile);
Assert.assertNotNull(properties);
Assert.assertTrue(properties.size() > 0);