Skip to content

Provides classes and structures for testing of jsf components / structures

License

Notifications You must be signed in to change notification settings

cuioss/cui-jsf-test-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

195 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

cui-jsf-test-basic

What is it?

Extension for MyFaces-Test that uses the mock-based infrastructure and adds certain aspects in order to simplify its usage in the portal-context:

  • Convenient programmatic configuration of JSF-context

  • Specific base-classes for conveniently testing aspects like

    • AbstractBeanTest

    • AbstractValidatorTest

    • AbstractConverterTest

    • AbstractComponentTest

    • AbstractUiComponentTest

    • AbstractComponentRendererTest

  • Tooling for generating (partial-)HTML-trees including the corresponding Assertions

  • Additional Mocks completing the ones provided from myfaces-test

  • Integration into cui-test-value-objects framework

  • Baseline is JSF 4.1

Versions

Maven Coordinates

    <dependency>
        <groupId>de.cuioss.test</groupId>
        <artifactId>cui-jsf-test-basic</artifactId>
        <version>4.1.0</version>
        <scope>test</scope>
    </dependency>

About

Provides classes and structures for testing of jsf components / structures

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors 6

Languages