Package com.agiletec.plugins.jpavatar

Examples of com.agiletec.plugins.jpavatar.PluginConfigTestUtils


public class ApsPluginBaseTestCase extends BaseTestCase {
 
  @Override
  protected ConfigTestUtils getConfigUtils() {
    return new PluginConfigTestUtils();
  }
View Full Code Here


public class ApsAdminPluginBaseTestCase extends ApsAdminBaseTestCase {
 
  @Override
  protected ConfigTestUtils getConfigUtils() {
    return new PluginConfigTestUtils();
  }
View Full Code Here

TOP

Related Classes of com.agiletec.plugins.jpavatar.PluginConfigTestUtils

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.