Package org.apache.shale.test

Examples of org.apache.shale.test.ShaleMockObjects


  /**
   * <p>Set up instance variables required by this test case.</p>
   */
  @BeforeMethod
  protected void setUp() throws Exception {
    shaleMockObjects = new ShaleMockObjects();
    shaleMockObjects.setUp();
    application = shaleMockObjects.getApplication();
    config = shaleMockObjects.getConfig();
    externalContext = shaleMockObjects.getExternalContext();
    facesContext = shaleMockObjects.getFacesContext();
View Full Code Here

TOP

Related Classes of org.apache.shale.test.ShaleMockObjects

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.