Package de.cuioss.test.jsf.junit5
Provides base structures for junit 5 / jsf testing
- Author:
- Oliver Wolff
-
Class Summary Class Description AbstractBeanTest<T> Base class for testingNamedbeans.AbstractPropertyAwareFacesTest<T> Extension toJsfEnabledTestEnvironmentthat is capable of dealing with properties and generator likeValueObjectTest.JsfEnabledTestEnvironment Base class for creating unit-tests with a wired / configured JSF-environment being annotated withEnableJsfEnvironmentand implementingJsfEnvironmentConsumerJsfSetupExtension Starts and Configures theJsfRuntimeSetup, wraps it into anJsfEnvironmentHolderand inject it into anJsfEnvironmentConsumerif available -
Annotation Types Summary Annotation Type Description EnableJsfEnvironment Using this annotations at type-level of a junit 5 test enable the myfaces-test-based test-framework for unit-tests.