Class JsfMock


  • public class JsfMock
    extends java.lang.Object
    JSF Mock. Taken from http://ovaraksin.blogspot.com.br/2014/03/set-up-jsf-environment-for-junit-tests.html
    • Constructor Summary

      Constructors 
      Constructor Description
      JsfMock()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(org.springframework.context.ApplicationContext applicationContext)  
      void release()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsfMock

        public JsfMock()
    • Method Detail

      • release

        public void release()
      • init

        public void init​(org.springframework.context.ApplicationContext applicationContext)