Package com.agiletec.plugins.jpnewsletter.apsadmin.newsletter

Examples of com.agiletec.plugins.jpnewsletter.apsadmin.newsletter.NewsletterAction


    this.setUserOnSession("admin");
    this.initAction("/do/jpnewsletter/Newsletter", "entry");
    this.addParameter("contentId", "ART180");
    String result = this.executeAction();
    assertEquals(Action.SUCCESS, result);
    NewsletterAction action = (NewsletterAction) this.getAction();
    assertNull(action.getContentReport());
    assertNotNull(action.getContentVo());
    assertNotNull(action.getContent());
  }
View Full Code Here

TOP

Related Classes of com.agiletec.plugins.jpnewsletter.apsadmin.newsletter.NewsletterAction

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.