Package de.archivator.beans

Examples of de.archivator.beans.LoginBean


  /**
   * @throws java.lang.Exception
   */
  @Before
  public void setUp() throws Exception {
    proband = new LoginBean();
    facesContext = org.mockito.Mockito.mock(FacesContext.class);
    mockStatic(FacesContext.class);
    org.mockito.Mockito.when(FacesContext.getCurrentInstance()).thenReturn(facesContext);
  }
View Full Code Here

TOP

Related Classes of de.archivator.beans.LoginBean

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.