Package com.agiletec.plugins.jpmyportalplus

Examples of com.agiletec.plugins.jpmyportalplus.PluginConfigTestUtils


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


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

TOP

Related Classes of com.agiletec.plugins.jpmyportalplus.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.