Package honeycrm.server.test.small

Source Code of honeycrm.server.test.small.ConfigurationServiceTest

package honeycrm.server.test.small;

import honeycrm.client.dto.Configuration;
import honeycrm.server.services.ConfigServiceImpl;
import junit.framework.TestCase;

public class ConfigurationServiceTest extends TestCase {
  private final ConfigServiceImpl configurator = new ConfigServiceImpl();

  public void testConfigurator() {
    final Configuration c = configurator.getConfiguration();
   
  }
}
TOP

Related Classes of honeycrm.server.test.small.ConfigurationServiceTest

TOP
Copyright © 2018 www.massapi.com. 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.