B C D E F G H I J M N O P R S T V W

B

BasicAuthenticationTest - Class in org.jboss.jsfunit.jsfsession.hellojsf
Test the BasicAuthenticationStrategy.
BasicAuthenticationTest() - Constructor for class org.jboss.jsfunit.jsfsession.hellojsf.BasicAuthenticationTest
 

C

CustomWebClientTest - Class in org.jboss.jsfunit.jsfsession.hellojsf
This class tests a JSFClientSession that uses a custom WebConversation.
CustomWebClientTest() - Constructor for class org.jboss.jsfunit.jsfsession.hellojsf.CustomWebClientTest
 

D

DelayValidator - Class in org.jboss.jsfunit.jsfsession.hellojsf
Sleeps 1.5 seconds during validation phase.
DelayValidator() - Constructor for class org.jboss.jsfunit.jsfsession.hellojsf.DelayValidator
 
destroy() - Method in class filters.RequestDumperFilter
Take this filter out of service.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class filters.RequestDumperFilter
Time the processing that is performed by all subsequent filters in the current filter stack, including the ultimately invoked servlet.

E

EnvironmentTest - Class in org.jboss.jsfunit.jsfsession.hellojsf
The JSFUnit Environment class allows you to programatically find which version of JSF you are running.
EnvironmentTest() - Constructor for class org.jboss.jsfunit.jsfsession.hellojsf.EnvironmentTest
 

F

FacadeAPITest - Class in org.jboss.jsfunit.jsfsession.hellojsf
This class tests all of the API's in the JSFClientSession and JSFServerSession.
FacadeAPITest() - Constructor for class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
filters - package filters
 

G

getMyValue() - Method in class org.jboss.jsfunit.example.hellojsf.MyBean
 
getScope() - Method in class org.jboss.jsfunit.example.hellojsf.MyBean
 

H

HelloJSFIntegrationTest - Class in org.jboss.jsfunit.jsfsession.hellojsf
This class does tests using only the JSFUnit framework package along with raw HtmlUnit calls.
HelloJSFIntegrationTest() - Constructor for class org.jboss.jsfunit.jsfsession.hellojsf.HelloJSFIntegrationTest
 

I

init(FilterConfig) - Method in class filters.RequestDumperFilter
Place this filter into service.

J

JSF1_2Test - Class in org.jboss.jsfunit.jsfsession.hellojsf
This class does all of the tests in the FacadeAPITest, but it does it against a form that uses a and prependId="false".
JSF1_2Test() - Constructor for class org.jboss.jsfunit.jsfsession.hellojsf.JSF1_2Test
 
JSFTimerTest - Class in org.jboss.jsfunit.jsfsession.hellojsf
Tests the JSFTimer class.
JSFTimerTest() - Constructor for class org.jboss.jsfunit.jsfsession.hellojsf.JSFTimerTest
 
JSFUnitExternalContextTest - Class in org.jboss.jsfunit.jsfsession.hellojsf
 
JSFUnitExternalContextTest() - Constructor for class org.jboss.jsfunit.jsfsession.hellojsf.JSFUnitExternalContextTest
 

M

ManualInvokeTest - Class in org.jboss.jsfunit.jsfsession.hellojsf
This class tests invoking the test using the Cactus ServletTestRunner as if it were a manual invocation from a browser.
ManualInvokeTest() - Constructor for class org.jboss.jsfunit.jsfsession.hellojsf.ManualInvokeTest
 
MyBean - Class in org.jboss.jsfunit.example.hellojsf
Simple Bean
MyBean() - Constructor for class org.jboss.jsfunit.example.hellojsf.MyBean
 
myValue - Variable in class org.jboss.jsfunit.example.hellojsf.MyBean
 

N

NestedNamingContainersTest - Class in org.jboss.jsfunit.jsfsession.hellojsf
Test the facade API on a page that contains nested subviews/NamingContainers.
NestedNamingContainersTest() - Constructor for class org.jboss.jsfunit.jsfsession.hellojsf.NestedNamingContainersTest
 

O

org.jboss.jsfunit.example.hellojsf - package org.jboss.jsfunit.example.hellojsf
 
org.jboss.jsfunit.jsfsession.hellojsf - package org.jboss.jsfunit.jsfsession.hellojsf
 

P

PassServletRedirectParamsTest - Class in org.jboss.jsfunit.jsfsession.hellojsf
This tests to see if the params from the Redirector can be passed into JSFUnit tests.
PassServletRedirectParamsTest() - Constructor for class org.jboss.jsfunit.jsfsession.hellojsf.PassServletRedirectParamsTest
 

R

RequestDumperFilter - Class in filters
Example filter that dumps interesting state information about a request to the associated servlet context log file, before allowing the servlet to process the request in the usual way.
RequestDumperFilter() - Constructor for class filters.RequestDumperFilter
 

S

setMyValue(int) - Method in class org.jboss.jsfunit.example.hellojsf.MyBean
 
setScope(String) - Method in class org.jboss.jsfunit.example.hellojsf.MyBean
 
setUp() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.EnvironmentTest
 
setUp() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
Start a JSFUnit session by getting the /index.faces page.
setUp() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.HelloJSFIntegrationTest
Start a JSFUnit session by getting the /index.faces page.
setUp() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSF1_2Test
Start a JSFUnit session by getting the /index.jsf.1.2.faces page.
setUp() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSFUnitExternalContextTest
Start a JSFUnit session by getting the /index.faces page.
setUp() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.ManualInvokeTest
 
setUp() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.NestedNamingContainersTest
Start a JSFUnit session by getting the /index.faces page.
setUp() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.SimplifiedHelloJSFIntegrationTest
Start a JSFUnit session by getting the /index.faces page.
setUp() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.WebWindowTest
Start a JSFUnit session by getting the /index.faces page.
SimplifiedHelloJSFIntegrationTest - Class in org.jboss.jsfunit.jsfsession.hellojsf
This is a simplified version of the HelloJSFIntegrationTest.
SimplifiedHelloJSFIntegrationTest() - Constructor for class org.jboss.jsfunit.jsfsession.hellojsf.SimplifiedHelloJSFIntegrationTest
 
suite() - Static method in class org.jboss.jsfunit.jsfsession.hellojsf.BasicAuthenticationTest
 
suite() - Static method in class org.jboss.jsfunit.jsfsession.hellojsf.CustomWebClientTest
 
suite() - Static method in class org.jboss.jsfunit.jsfsession.hellojsf.EnvironmentTest
 
suite() - Static method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
suite() - Static method in class org.jboss.jsfunit.jsfsession.hellojsf.HelloJSFIntegrationTest
 
suite() - Static method in class org.jboss.jsfunit.jsfsession.hellojsf.JSF1_2Test
 
suite() - Static method in class org.jboss.jsfunit.jsfsession.hellojsf.JSFUnitExternalContextTest
 
suite() - Static method in class org.jboss.jsfunit.jsfsession.hellojsf.ManualInvokeTest
 
suite() - Static method in class org.jboss.jsfunit.jsfsession.hellojsf.NestedNamingContainersTest
 
suite() - Static method in class org.jboss.jsfunit.jsfsession.hellojsf.SimplifiedHelloJSFIntegrationTest
 
suite() - Static method in class org.jboss.jsfunit.jsfsession.hellojsf.WebWindowTest
 

T

testAnyPhase() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSFTimerTest
 
testBasicAuth() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.BasicAuthenticationTest
 
testClearTimers() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSFTimerTest
 
testClickALink() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testClickALink() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSF1_2Test
 
testClickCommandLink() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testClickCommandLink() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSF1_2Test
 
testClickThrowsComponentNotFound() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testCloseWindow() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.WebWindowTest
 
testCommandLinkWithFParam() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testCommandLinkWithoutViewChange() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testCommandLinkWithoutViewChange() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSF1_2Test
 
testCommandLinkWithParamFromDatatableVariable() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testCommandLinkWithParamFromLoopVariable() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testComponentIDNotFound() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.NestedNamingContainersTest
 
testCustomBrowserVersion() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testCustomCookies() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.CustomWebClientTest
 
testCustomizedWebConversation() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.CustomWebClientTest
 
testDualFormAmbiguity() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.NestedNamingContainersTest
 
testFacesContextSerializable() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.HelloJSFIntegrationTest
 
testFacesMessages() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testFollowNewWindow() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.WebWindowTest
 
testGetCurrentViewId() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testGetElementThrowsDuplicateIDException() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testGetProxyHostAndPort() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.CustomWebClientTest
 
testGetWebClient() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.CustomWebClientTest
 
testGoodbyeButton() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.HelloJSFIntegrationTest
 
testGoodbyeButton() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.NestedNamingContainersTest
 
testGoodbyeButton() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.SimplifiedHelloJSFIntegrationTest
 
testInitialPage() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.HelloJSFIntegrationTest
The initial page was called up in the setUp() method.
testInitialPage() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSFUnitExternalContextTest
Test some methods in JSFUnitExternalContext.
testInitialPage() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.NestedNamingContainersTest
The initial page was called up in the setUp() method.
testInitialPage() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.SimplifiedHelloJSFIntegrationTest
The initial page was called up in the setUp() method.
testInputValidation() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.HelloJSFIntegrationTest
 
testInputValidation() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.NestedNamingContainersTest
 
testInputValidation() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.SimplifiedHelloJSFIntegrationTest
 
testInvalidateSession() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testInvalidLogin() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.BasicAuthenticationTest
 
testInvokeWithServletTestRunner() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.ManualInvokeTest
This test simulates invoking the JSFUnit tests manually through a browser.
testJSF12Compatible() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.EnvironmentTest
 
testJSF20Compatible() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.EnvironmentTest
 
testJSFMajorVersion() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.EnvironmentTest
 
testJSFMinorVersion() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.EnvironmentTest
 
testManagedBeanValue() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
This demonstrates how to test managed beans.
testManagedBeanValue() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSF1_2Test
 
testNoCreationOfBeanDuringELExpressionReference() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testNonFacesRequestGeneratesFacesResponse() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSFTimerTest
 
testPassServletRedirectorParams() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.ManualInvokeTest
This tests passing params from the redirector to the JSFUnit test.
testReceiveRedirectorParams() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.PassServletRedirectParamsTest
 
testReferencedBeans() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testSelectManyListbox() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testSelectManyListboxWithItemList() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testSelectOneRadio() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testServerSideComponentValue() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testServerSideComponentValue() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSF1_2Test
 
testSetCheckbox() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testSetCheckbox() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSF1_2Test
 
testSetCurrentWindow() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.WebWindowTest
 
testSetParamAndSubmit() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testSetParamAndSubmit() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSF1_2Test
 
testSetValueThrowsComponentNotFound() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testSimpleTiming() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSFTimerTest
 
testTextArea() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testThreeOpenWindows() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.WebWindowTest
 
testTotalTime() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.JSFTimerTest
 
testTypeThrowsComponentNotFound() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.FacadeAPITest
 
testValidInput() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.HelloJSFIntegrationTest
This demonstrates how to test managed beans.
testValidInput() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.NestedNamingContainersTest
This demonstrates how to test managed beans.
testValidInput() - Method in class org.jboss.jsfunit.jsfsession.hellojsf.SimplifiedHelloJSFIntegrationTest
This demonstrates how to test managed beans.
toString() - Method in class filters.RequestDumperFilter
Return a String representation of this object.

V

validate(FacesContext, UIComponent, Object) - Method in class org.jboss.jsfunit.jsfsession.hellojsf.DelayValidator
 

W

WebWindowTest - Class in org.jboss.jsfunit.jsfsession.hellojsf
This class tests using JSFClientSession with multiple windows.
WebWindowTest() - Constructor for class org.jboss.jsfunit.jsfsession.hellojsf.WebWindowTest
 

B C D E F G H I J M N O P R S T V W

Copyright © 2007-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.