我是JSF的新手,當我試圖從我的代碼調用FacesContext.getCurrentInstance()。getPartialViewContext()時,發生NullPointerException。 我正在測試一些構建在jsf上的模塊,所以我使用myfaces構建了FacesContext的模擬對象。 我的代碼看起來像 -在創建模擬對象時從FacesContext.getCurrentInstance()。getPartialViewContext()中獲得null
facesContext = new MockFacesContext20(); System.out.println(FacesContext.getCurrentInstance()。getPartialViewContext());
請幫我舉個例子......! 有沒有辦法用自定義的PartialViewContext來初始化模擬FacesContext對象?
我只想獲得PartialViewContext,以便測試我的應用程序。我已經實現了myfaces測試框架。頁岩可能會不會得到NPE? – 2011-12-16 13:06:53