/**
* <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();