Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
facesContext (JSF バックエンド Bean に関連する) を含むメソッドをテストしようとすると、Junit で null ポインター例外が発生します。
context.getApplication().evaluateExpressionGet();
ここで NullpointerExeotion を取得しています。
Junit でこの例外を回避する方法。
単体テストはサーバー側で実行する必要があります。サボテンを使用すると、それを行うことができます。別のプロジェクトJSFUnitもありますが、テストしないでください。