Utility class to parse JavaServer Faces configuration resources, and register JSF artifacts with the mock object hierarchy.
The following artifacts are registered:
Converter
(by-id and by-class)RenderKit
and Renderer
UIComponent
Validator
Note that any declared factory instances are explicitly NOT registered, allowing the mock object hierarchy of the Myfaces Test Framework to manage these APIs.
USAGE NOTE - If you are using an instance of this class within a subclass of AbstractJsfTestCase
or AbstractJmockJsfTestCase
, be sure you have completed the setUp()
processing in this base class before calling one of the parse()
methods.
|
|
|
|