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
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
- 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
PropertyMetadatabut 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
ApplicationWrapperthat 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
FacesContextprovided 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
ApplicationConfigDecoratorat 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
ApplicationConfiguratorand calls them with the givenApplicationConfigDecorator. - configureBeans(BeanConfigDecorator) - Method in interface de.cuioss.test.jsf.config.BeanConfigurator
-
Callback method for interacting with the
BeanConfigDecoratorat the correct time. - configureComponents(ComponentConfigDecorator) - Method in interface de.cuioss.test.jsf.config.ComponentConfigurator
-
Callback method for interacting with the
ComponentConfigDecoratorat the correct time. - configureComponents(ComponentConfigDecorator) - Method in class de.cuioss.test.jsf.converter.AbstractConverterTest
-
Callback method for interacting with the
ComponentConfigDecoratorat 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
ComponentConfiguratorand calls them with the givenComponentConfigDecorator. - configureManagedBeans(Object, BeanConfigDecorator, Collection<JsfTestConfiguration>) - Static method in class de.cuioss.test.jsf.util.ConfigurationHelper
-
Instantiates the given
BeanConfiguratorand calls them with the givenBeanConfigDecorator. - configureRequest(RequestConfigDecorator) - Method in interface de.cuioss.test.jsf.config.RequestConfigurator
-
Callback method for interacting with the
RequestConfigDecoratorat 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
RequestConfiguratorand calls them with the givenRequestConfigDecorator. - 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
TestItemthat 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
ConfigurableApplicationby loading the existingApplicationfrom theApplicationFactoryand registers itself again to theApplicationFactoryandMockFacesContext - 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
-
Simulate
ConfigurableNavigationHandler - 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
MockHttpServletRequestand 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
MockHttpSessionthat 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
-
Mock for
SearchExpressionContextFactory. - CuiMockSearchExpressionContextFactory() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockSearchExpressionContextFactory
-
Default Constructor.
- CuiMockSearchExpressionHandler - Class in de.cuioss.test.jsf.mocks
-
Mock variant of
SearchExpressionHandlerto 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
UIViewRootproviding a heloer for adding aUIComponentat runtime - CuiMockUIViewRoot() - Constructor for class de.cuioss.test.jsf.mocks.CuiMockUIViewRoot
- CuiMockViewHandler - Class in de.cuioss.test.jsf.mocks
-
In addition to
MockViewHandler20this extension provides a mockedCuiMockViewHandler.getViewDeclarationLanguage(FacesContext, String)usingEasyMockand 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
All Classes All Packages