Examples of FacetNavResultWidgetAction


Examples of com.agiletec.plugins.jpfacetnav.apsadmin.portal.specialwidget.FacetNavResultWidgetAction

public class TestFacetNavResultWidgetAction extends ApsAdminPluginBaseTestCase {

  public void testInitConfig_1() throws Throwable {
    String result = this.executeConfigFacetNavResult("admin", "homepage", "1", "jpfacetnav_results");
    assertEquals(Action.SUCCESS, result);
    FacetNavResultWidgetAction action = (FacetNavResultWidgetAction) this.getAction();
    Widget widget = action.getWidget();
    assertNotNull(widget);
    assertEquals(0, widget.getConfig().size());
    List<SmallContentType> contentTypes = action.getContentTypes();
    assertNotNull(contentTypes);
    assertEquals(4, contentTypes.size());
  }
View Full Code Here
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.