A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractBeanTest<T> - Class in de.cuioss.test.jsf.junit5
-
Base class for testing
Namedbeans. - AbstractBeanTest() - Constructor for class de.cuioss.test.jsf.junit5.AbstractBeanTest
- AbstractComponentRendererTest<R extends Renderer> - Class in de.cuioss.test.jsf.renderer
-
While
AbstractRendererTestBasefocuses on API-Contract utility methods, this class provides a number of implicit tests. - AbstractComponentRendererTest() - Constructor for class de.cuioss.test.jsf.renderer.AbstractComponentRendererTest
- AbstractComponentTest<T extends UIComponent> - Class in de.cuioss.test.jsf.component
-
Base class for testing
UIComponents. - AbstractComponentTest() - Constructor for class de.cuioss.test.jsf.component.AbstractComponentTest
- AbstractConverterTest<C extends Converter,T> - Class in de.cuioss.test.jsf.converter
-
Base class for testing implementations of
Converterwithin a Junit 5 context - AbstractConverterTest() - Constructor for class de.cuioss.test.jsf.converter.AbstractConverterTest
- AbstractPropertyAwareFacesTest<T> - Class in de.cuioss.test.jsf.junit5
-
Extension to
JsfEnabledTestEnvironmentthat is capable of dealing with properties and generator likeValueObjectTest. - AbstractPropertyAwareFacesTest() - Constructor for class de.cuioss.test.jsf.junit5.AbstractPropertyAwareFacesTest
- AbstractRendererTestBase<R extends Renderer> - Class in de.cuioss.test.jsf.renderer
-
Base class for testing implementations of
Renderer. - AbstractRendererTestBase() - Constructor for class de.cuioss.test.jsf.renderer.AbstractRendererTestBase
- AbstractSanitizingConverterTest<C extends Converter<T>,T> - Class in de.cuioss.test.jsf.converter
-
Extension of AbstractConverterTest to also test the sanitizing inside the getAsString function.
- AbstractSanitizingConverterTest() - Constructor for class de.cuioss.test.jsf.converter.AbstractSanitizingConverterTest
- AbstractUiComponentTest<T extends UIComponent> - Class in de.cuioss.test.jsf.component
-
Extension to
AbstractComponentTestthat implicitly tests a number of standard attributes like 'style', 'styleClass', 'rendered' - AbstractUiComponentTest() - Constructor for class de.cuioss.test.jsf.component.AbstractUiComponentTest
- AbstractValidatorTest<V extends Validator,T> - Class in de.cuioss.test.jsf.validator
-
Base Class for testing implementations of
Validatorwithin a Junit 5 context - AbstractValidatorTest() - Constructor for class de.cuioss.test.jsf.validator.AbstractValidatorTest
- addInitParameter(String, String) - Method in class de.cuioss.test.jsf.config.decorator.ApplicationConfigDecorator
-
Registers a concrete InitParameter to
ExternalContext.getInitParameterMap() - addInvalid(T) - Method in class de.cuioss.test.jsf.validator.TestItems
-
Add to TestData Store a Test item which must fail with
ValidatorException - addInvalidObject(T) - Method in class de.cuioss.test.jsf.converter.TestItems
-
Adds testData to be used for testing
Converter.getAsString(javax.faces.context.FacesContext, javax.faces.component.UIComponent, Object)Test item must fail withConverterException - addInvalidObjectWithMessage(T, String) - Method in class de.cuioss.test.jsf.converter.TestItems
-
Adds testData to be used for testing
Converter.getAsString(javax.faces.context.FacesContext, javax.faces.component.UIComponent, Object)Test item must fail withConverterException - addInvalidString(String) - Method in class de.cuioss.test.jsf.converter.TestItems
-
Adds testData to be used for testing
Converter.getAsObject(javax.faces.context.FacesContext, javax.faces.component.UIComponent, String)Test item must fail withConverterException - addInvalidStringWithMessage(String, String) - Method in class de.cuioss.test.jsf.converter.TestItems
-
Adds testData to be used for testing
Converter.getAsObject(javax.faces.context.FacesContext, javax.faces.component.UIComponent, String)Test item must fail withConverterException - addInvalidWithMessage(T, String) - Method in class de.cuioss.test.jsf.validator.TestItems
-
Add to TestData Store a Test item which must fail with
ValidatorException - addJspFile(String, String) - Method in class de.cuioss.test.jsf.mocks.CuiMockServletContext
- addNavigationCase(String, String, NavigationCase) - Method in class de.cuioss.test.jsf.mocks.CuiMockConfigurableNavigationHandler
-
Add NavigationCase for attributes fromAction and outcome
- addNavigationCase(String, NavigationCase) - Method in class de.cuioss.test.jsf.mocks.CuiMockConfigurableNavigationHandler
-
Add NavigationCase for outcome
- addRequestCookie(Cookie...) - Method in class de.cuioss.test.jsf.config.decorator.RequestConfigDecorator
-
Registers one or more cookies the the contained request
- addRoundtripValues(String...) - Method in class de.cuioss.test.jsf.converter.TestItems
-
Adds roundtrip String values to be tested.
- addUiComponent(String, UIComponent) - Method in class de.cuioss.test.jsf.config.decorator.ComponentConfigDecorator
-
Add a component to the view root to be found when searching via
UIComponentBase.findComponent(String). - addUiComponent(String, UIComponent) - Method in class de.cuioss.test.jsf.mocks.CuiMockUIViewRoot
- addValid(T) - Method in class de.cuioss.test.jsf.validator.TestItems
-
Add to TestData Store a Test item which must fail with
ValidatorException - addValidObject(T) - Method in class de.cuioss.test.jsf.converter.TestItems
-
Adds testData to be used for testing
Converter.getAsString(javax.faces.context.FacesContext, javax.faces.component.UIComponent, Object)Test item should pass withoutConverterException - addValidObjectWithStringResult(T, String) - Method in class de.cuioss.test.jsf.converter.TestItems
-
Adds testData to be used for testing
Converter.getAsString(javax.faces.context.FacesContext, javax.faces.component.UIComponent, Object)Test item should pass withoutConverterExceptionand the result should be the same as the given converterResult - addValidString(String) - Method in class de.cuioss.test.jsf.converter.TestItems
-
Adds testData to be used for testing
Converter.getAsObject(javax.faces.context.FacesContext, javax.faces.component.UIComponent, String)Test item should pass withoutConverterException - addValidStringWithObjectResult(String, T) - Method in class de.cuioss.test.jsf.converter.TestItems
-
Adds testData to be used for testing
Converter.getAsObject(javax.faces.context.FacesContext, javax.faces.component.UIComponent, String)Test item should pass withoutConverterExceptionand the result should be the same as the given converterResult - afterEach(ExtensionContext) - Method in class de.cuioss.test.jsf.junit5.JsfSetupExtension
- anyBean() - Method in class de.cuioss.test.jsf.junit5.AbstractBeanTest
- anyComponent() - Method in class de.cuioss.test.jsf.component.AbstractComponentTest
- ApplicationConfigDecorator - Class in de.cuioss.test.jsf.config.decorator
-
Helper class acting as runtime-registry for
ResourceBundle,NavigationHandler, - ApplicationConfigDecorator(Application, FacesContext) - Constructor for class de.cuioss.test.jsf.config.decorator.ApplicationConfigDecorator
- ApplicationConfigurator - Interface in de.cuioss.test.jsf.config
-
Instances of this are to be called by the test framework after the initial setup is done.
- applyAttribute(UIComponent) - Method in enum de.cuioss.test.jsf.renderer.CommonRendererAsserts
- applyAttribute(UIComponent) - Method in interface de.cuioss.test.jsf.renderer.RendererAttributeAssert
-
Sets the attribute to be tested into the given component
- assertAttributeEquals(Attribute, Attribute, String) - Static method in class de.cuioss.test.jsf.renderer.util.HtmlTreeAsserts
-
Compares two instances of
Attributefor equality. - assertAttributeSet(Element) - Method in enum de.cuioss.test.jsf.renderer.CommonRendererAsserts
- assertAttributeSet(Element) - Method in interface de.cuioss.test.jsf.renderer.RendererAttributeAssert
-
Asserts in the given render-result that the attribute was set properly
- assertCalledAtLeastOnce() - Method in class de.cuioss.test.jsf.mocks.CuiMockContextCallback
-
Checks whether callback has been called at least one time
- assertContract() - Method in class de.cuioss.test.jsf.component.ValueExpressionPropertyContract
- assertElementEquals(Element, Element, String) - Static method in class de.cuioss.test.jsf.renderer.util.HtmlTreeAsserts
-
Compares two instances of
Elementfor equality. - assertElementWithChildrenEquals(Element, Element, String) - Static method in class de.cuioss.test.jsf.renderer.util.HtmlTreeAsserts
-
Compares two instances of
Elementfor equality. - assertEmptyRenderResult(UIComponent) - Method in class de.cuioss.test.jsf.renderer.AbstractRendererTestBase
-
Assert, that the given component does not render any output.
- assertHtmlTreeEquals(Document, Document) - Static method in class de.cuioss.test.jsf.renderer.util.HtmlTreeAsserts
-
Compares two instances of
Documentfor equality. - assertNavigatedWithOutcome(String) - Method in class de.cuioss.test.jsf.util.ConfigurableFacesTest
-
Asserts whether a navigation was handled by calling
NavigationHandler.handleNavigation(javax.faces.context.FacesContext, String, String) - assertNavigatedWithOutcome(String) - Method in interface de.cuioss.test.jsf.util.JsfEnvironmentConsumer
-
Asserts whether a navigation was handled by calling
NavigationHandler.handleNavigation(javax.faces.context.FacesContext, String, String) - assertNotCalledAtAll() - Method in class de.cuioss.test.jsf.mocks.CuiMockContextCallback
-
Checks whether callback has been called at least one time
- assertRedirect(String) - Method in class de.cuioss.test.jsf.util.ConfigurableFacesTest
-
Asserts whether a navigation was initialized by calling
ExternalContext.redirect(String) - assertRedirect(String) - Method in interface de.cuioss.test.jsf.util.JsfEnvironmentConsumer
-
Asserts whether a navigation was initialized by calling
ExternalContext.redirect(String) - assertRenderResult(UIComponent, String) - Method in class de.cuioss.test.jsf.renderer.AbstractRendererTestBase
- assertRenderResult(UIComponent, Document) - Method in class de.cuioss.test.jsf.renderer.AbstractRendererTestBase
-
Calls the renderer and checks the result against the given expected
Document - assertUnorderedCollection() - Method in annotation type de.cuioss.test.jsf.config.component.VerifyComponentProperties
- AttributeComparator - Class in de.cuioss.test.jsf.renderer.util
-
Compares two
Attributeelements by name - AttributeComparator() - Constructor for class de.cuioss.test.jsf.renderer.util.AttributeComparator
- authenticate(HttpServletResponse) - Method in class de.cuioss.test.jsf.mocks.CuiMockHttpServletRequest
All Classes All Packages