Package net.sf.gluebooster.java.booster.essentials.sourcecode

Examples of net.sf.gluebooster.java.booster.essentials.sourcecode.ObjectAnalyzingCodeGeneratorTest


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);
View Full Code Here

TOP

Related Classes of net.sf.gluebooster.java.booster.essentials.sourcecode.ObjectAnalyzingCodeGeneratorTest

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.