Implementors of this interface can be passed as the bean factor to the {@link org.junitext.XMLParameters} annotation. Implementors have thecomplete freedom of defining the XML format that is used. This allows for different XML-->Java object mappers to be used at the discretion of the user.
NOTE: It is possible to receive an invalid or null
xml file. It is the responsibility of implementors of the ParameterFactory
to decide how to handle not found or missing XML files.
|
|