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

C

canEqual(Object) - Method in class de.cuioss.test.jsf.component.ComponentPropertyMetadata
 
canEqual(Object) - Method in class de.cuioss.test.jsf.converter.ConverterTestItem
 
canEqual(Object) - Method in class de.cuioss.test.jsf.mocks.CuiMockMethodExpression
 
canEqual(Object) - Method in class de.cuioss.test.jsf.validator.TestItem
 
checkManagedBeanKey(String) - Static method in class de.cuioss.test.jsf.config.decorator.BeanConfigDecorator
In case the beanKey is not an el expression (starting not with '#{') this method wraps the expression accordingly.
CommonRendererAsserts - Enum in de.cuioss.test.jsf.renderer
This enum define the commonly used attributes to be tested.
compare(Attribute, Attribute) - Method in class de.cuioss.test.jsf.renderer.util.AttributeComparator
 
compareTo(PropertyMetadata) - Method in class de.cuioss.test.jsf.component.ComponentPropertyMetadata
 
COMPONENT_TYPE - Static variable in class de.cuioss.test.jsf.mocks.CuiMockComponent
"mockComponentType"
ComponentConfigDecorator - Class in de.cuioss.test.jsf.config.decorator
Helper class acting as runtime-registry for UIComponent, Converter, Validator and Renderer
ComponentConfigDecorator(Application, FacesContext) - Constructor for class de.cuioss.test.jsf.config.decorator.ComponentConfigDecorator
 
ComponentConfigurator - Interface in de.cuioss.test.jsf.config
Instances of this are to be called by the test framework after the initial setup is done.
ComponentPropertyMetadata - Class in de.cuioss.test.jsf.component
Implements PropertyMetadata but in addition provides the attribute ignoreOnValueExpresssion
ComponentPropertyMetadata(PropertyMetadata, boolean) - Constructor for class de.cuioss.test.jsf.component.ComponentPropertyMetadata
 
ComponentTestHelper - Class in de.cuioss.test.jsf.component
Helper class providing utility methods for convenient filtering of properties.
ConfigurableApplication - Class in de.cuioss.test.jsf.util
An ApplicationWrapper that is capable to do more programmatic configuration compared to the ones provided by myfaces-test
ConfigurableApplication(Application) - Constructor for class de.cuioss.test.jsf.util.ConfigurableApplication
 
ConfigurableFacesTest - Class in de.cuioss.test.jsf.util
Base class for configuring the FacesContext provided by MyFaces-Test.
ConfigurableFacesTest() - Constructor for class de.cuioss.test.jsf.util.ConfigurableFacesTest
 
ConfigurationHelper - Class in de.cuioss.test.jsf.util
Helper class providing some utility methods for handling configuration.
configureApplication(ApplicationConfigDecorator) - Method in interface de.cuioss.test.jsf.config.ApplicationConfigurator
Callback method for interacting with the ApplicationConfigDecorator at the correct time.
configureApplication(ApplicationConfigDecorator) - Method in class de.cuioss.test.jsf.defaults.BasicApplicationConfiguration
 
configureApplication(Object, ApplicationConfigDecorator, Collection<JsfTestConfiguration>) - Static method in class de.cuioss.test.jsf.util.ConfigurationHelper
Instantiates the given ApplicationConfigurator and calls them with the given ApplicationConfigDecorator.
configureBeans(BeanConfigDecorator) - Method in interface de.cuioss.test.jsf.config.BeanConfigurator
Callback method for interacting with the BeanConfigDecorator at the correct time.
configureComponents(ComponentConfigDecorator) - Method in interface de.cuioss.test.jsf.config.ComponentConfigurator
Callback method for interacting with the ComponentConfigDecorator at the correct time.
configureComponents(ComponentConfigDecorator) - Method in class de.cuioss.test.jsf.converter.AbstractConverterTest
Callback method for interacting with the ComponentConfigDecorator at the correct time.
This method provide extension point to prepare needed test environment for your converter test.
configureComponents(Object, ComponentConfigDecorator, Collection<JsfTestConfiguration>) - Static method in class de.cuioss.test.jsf.util.ConfigurationHelper
Instantiates the given ComponentConfigurator and calls them with the given ComponentConfigDecorator.
configureManagedBeans(Object, BeanConfigDecorator, Collection<JsfTestConfiguration>) - Static method in class de.cuioss.test.jsf.util.ConfigurationHelper
Instantiates the given BeanConfigurator and calls them with the given BeanConfigDecorator.
configureRequest(RequestConfigDecorator) - Method in interface de.cuioss.test.jsf.config.RequestConfigurator
Callback method for interacting with the RequestConfigDecorator at the correct time.
configureRequest(RequestConfigDecorator) - Method in class de.cuioss.test.jsf.defaults.BasicApplicationConfiguration
 
configureRequestConfig(Object, RequestConfigDecorator, Collection<JsfTestConfiguration>) - Static method in class de.cuioss.test.jsf.util.ConfigurationHelper
Instantiates the given RequestConfigurator and calls them with the given RequestConfigDecorator.
CONVERTER_CLASS_GERNERATOR - Static variable in class de.cuioss.test.jsf.generator.JsfProvidedConverter
Defines a generator for all converter types provided by JSF.
CONVERTER_ID - Static variable in class de.cuioss.test.jsf.mocks.ReverseConverter
The standard converter id for this converter.
CONVERTER_ID_GENERATOR - Static variable in class de.cuioss.test.jsf.generator.JsfProvidedConverter
A generator for every id of registered generator.
ConverterTestItem<T> - Class in de.cuioss.test.jsf.converter
Extension to TestItem that contains the the additional field "stringValue"
ConverterTestItem() - Constructor for class de.cuioss.test.jsf.converter.ConverterTestItem
 
createComponent(FacesContext, String, String) - Method in class de.cuioss.test.jsf.util.ConfigurableApplication
Intercept invalid argument for MyFaces Api passing null as rendererType -> UiViewRoot#getComponentResources
createResource(String) - Method in class de.cuioss.test.jsf.mocks.CuiMockResourceHandler
 
createResource(String, String) - Method in class de.cuioss.test.jsf.mocks.CuiMockResourceHandler
 
createResource(String, String, String) - Method in class de.cuioss.test.jsf.mocks.CuiMockResourceHandler
 
createResourceMapKey(String, String) - Static method in class de.cuioss.test.jsf.mocks.CuiMockResourceHandler
Creates an resourceIdetnifier utilized by availableResouces
createTestObjectWithMaliciousContent(String) - Method in class de.cuioss.test.jsf.converter.AbstractSanitizingConverterTest
Create an instance of the object containing a given malicious content that is to be converted into a string by this converter.
createViewResource(FacesContext, String) - Method in class de.cuioss.test.jsf.mocks.CuiMockResourceHandler
 
createWrapAndRegister(MockFacesContext) - Static method in class de.cuioss.test.jsf.util.ConfigurableApplication
Creates a new ConfigurableApplication by loading the existing Application from the ApplicationFactory and registers itself again to the ApplicationFactory and MockFacesContext
CuiMockComponent - Class in de.cuioss.test.jsf.mocks
Simple Mock component to be used for cases where you need an "any-component"
CuiMockComponent() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockComponent
 
CuiMockConfigurableNavigationHandler - Class in de.cuioss.test.jsf.mocks
CuiMockConfigurableNavigationHandler() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockConfigurableNavigationHandler
 
CuiMockContextCallback - Class in de.cuioss.test.jsf.mocks
Mock Variant of ContextCallback.
CuiMockContextCallback() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockContextCallback
 
CuiMockHttpServletRequest - Class in de.cuioss.test.jsf.mocks
Extends MockHttpServletRequest and provides some additional convenience methods
CuiMockHttpServletRequest() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockHttpServletRequest
 
CuiMockHttpSession - Class in de.cuioss.test.jsf.mocks
Extension to MockHttpSession that provides the programmatic setting of 'maxInactiveInterval'
CuiMockHttpSession(ServletContext) - Constructor for class de.cuioss.test.jsf.mocks.CuiMockHttpSession
Constructor.
CuiMockMethodExpression - Class in de.cuioss.test.jsf.mocks
 
CuiMockMethodExpression() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockMethodExpression
 
CuiMockRenderer - Class in de.cuioss.test.jsf.mocks
Simple Mock renderer that is capable of rendering any element by using the simple-name of the given component.
CuiMockRenderer() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockRenderer
Default constructor resulting in the actual component to be used as tagname.
CuiMockRenderer(String) - Constructor for class de.cuioss.test.jsf.mocks.CuiMockRenderer
 
CuiMockResource - Class in de.cuioss.test.jsf.mocks
Mock with all necessary values provided with setters
CuiMockResource() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockResource
 
CuiMockResourceHandler - Class in de.cuioss.test.jsf.mocks
Mock Implementation ResourceHandler
CuiMockResourceHandler() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockResourceHandler
 
CuiMockSearchExpressionContext - Class in de.cuioss.test.jsf.mocks
Base Class for creating own instance of SearchExpressionContext
CuiMockSearchExpressionContext(UIComponent, FacesContext, Set<VisitHint>, Set<SearchExpressionHint>) - Constructor for class de.cuioss.test.jsf.mocks.CuiMockSearchExpressionContext
 
CuiMockSearchExpressionContextFactory - Class in de.cuioss.test.jsf.mocks
CuiMockSearchExpressionContextFactory() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockSearchExpressionContextFactory
Default Constructor.
CuiMockSearchExpressionHandler - Class in de.cuioss.test.jsf.mocks
Mock variant of SearchExpressionHandler to be used for unit-tests.
CuiMockSearchExpressionHandler() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockSearchExpressionHandler
 
CuiMockServletContext - Class in de.cuioss.test.jsf.mocks
 
CuiMockServletContext() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockServletContext
 
CuiMockUIViewRoot - Class in de.cuioss.test.jsf.mocks
Mock variant of UIViewRoot providing a heloer for adding a UIComponent at runtime
CuiMockUIViewRoot() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockUIViewRoot
 
CuiMockViewHandler - Class in de.cuioss.test.jsf.mocks
In addition to MockViewHandler20 this extension provides a mocked CuiMockViewHandler.getViewDeclarationLanguage(FacesContext, String) using EasyMock and a method for dynamically adding Composite-Component: CuiMockViewHandler.registerCompositeComponent(String, String, UIComponent) Technically they have not other use but being defined.
CuiMockViewHandler() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockViewHandler
 
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