What is the most efficient way to unit test JSF 2.0 managed beans. I saw JSFUnit from JBoss, but it looks like to test components on facelets pages, but not managed beans itself.
I want to find a way to effectively unit test manage only beans.
Any ideas?
source
share