/* * Created on Feb 13, 2006 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package com.processpuzzle.application.configuration.control; import org.junit.Test; /** * @author zsolt.zsuffa * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public class PropertyLoaderTest { @Test public final void testLoadProperties_ForString() { //TODO Implement loadProperties(). } @Test public final void testLoadPropertiesStringIOEnvironment() { //TODO Implement loadProperties(). } }