Skip navigation links
A B C D F G H I L M O P S T W 

A

add(WicketWebElement) - Method in class com.ttdev.wicketpagetest.WicketWebElement
 
afterPageTests() - Static method in class com.ttdev.wicketpagetest.WebPageTestBasicContext
 
afterPageTests() - Static method in class com.ttdev.wicketpagetest.WebPageTestContext
 

B

beforePageTests() - Static method in class com.ttdev.wicketpagetest.WebPageTestBasicContext
 
beforePageTests(Configuration) - Static method in class com.ttdev.wicketpagetest.WebPageTestBasicContext
 
beforePageTests() - Static method in class com.ttdev.wicketpagetest.WebPageTestContext
 
BreadCrumbPanelTestPage - Class in com.ttdev.wicketpagetest
 
BreadCrumbPanelTestPage(IBreadCrumbPanelFactory) - Constructor for class com.ttdev.wicketpagetest.BreadCrumbPanelTestPage
 
ByWicketIdPath - Class in com.ttdev.wicketpagetest
It is a Wicket locator for Selenium.
ByWicketIdPath(String) - Constructor for class com.ttdev.wicketpagetest.ByWicketIdPath
 
ByWicketIdPathFastVersion - Class in com.ttdev.wicketpagetest
It is a Wicket locator for Selenium.
ByWicketIdPathFastVersion(String) - Constructor for class com.ttdev.wicketpagetest.ByWicketIdPathFastVersion
 

C

ChangeResistantMockFactory - Class in com.ttdev.wicketpagetest
In unit tests, typically we need to create a mock object implementing a one or two methods only of a certain interface.
ChangeResistantMockFactory(Object) - Constructor for class com.ttdev.wicketpagetest.ChangeResistantMockFactory
 
clear(By) - Method in class com.ttdev.wicketpagetest.WicketSelenium
Clear the value of the text input element located by the specified locator.
clear(String) - Method in class com.ttdev.wicketpagetest.WicketSeleniumDriver
 
click(By) - Method in class com.ttdev.wicketpagetest.WicketSelenium
Click the element located by the specified locator.
click(String) - Method in class com.ttdev.wicketpagetest.WicketSeleniumDriver
 
ClusterableNoOp - Class in com.ttdev.wicketpagetest
 
ClusterableNoOp() - Constructor for class com.ttdev.wicketpagetest.ClusterableNoOp
 
com.ttdev.wicketpagetest - package com.ttdev.wicketpagetest
 
ComponentFactory - Interface in com.ttdev.wicketpagetest
It is used by the ComponentTestPage to create the target component in the request-handling thread.
ComponentTestPage - Class in com.ttdev.wicketpagetest
 
ComponentTestPage(ComponentFactory) - Constructor for class com.ttdev.wicketpagetest.ComponentTestPage
 
Configuration - Class in com.ttdev.wicketpagetest
This class allows you to specify options to control the behavior of WebPageTestContext.
Configuration() - Constructor for class com.ttdev.wicketpagetest.Configuration
 
ConsoleLauncher - Class in com.ttdev.wicketpagetest
 
ConsoleLauncher() - Constructor for class com.ttdev.wicketpagetest.ConsoleLauncher
 
create(Class<T>, Object...) - Method in class com.ttdev.wicketpagetest.ObjectFactory
Create an instance of the specified class, using the specified constructor arguments.
createComponent(String) - Method in interface com.ttdev.wicketpagetest.ComponentFactory
 
createPage() - Method in class com.ttdev.wicketpagetest.DefaultPageFactory
 
createPage() - Method in interface com.ttdev.wicketpagetest.PageFactory
 
createProxy(Class<T>, T) - Method in class com.ttdev.wicketpagetest.SerializableProxyFactory
 

D

DefaultPageFactory - Class in com.ttdev.wicketpagetest
The default implementation for PageFactory.
DefaultPageFactory(Class<? extends Page>, Object...) - Constructor for class com.ttdev.wicketpagetest.DefaultPageFactory
 

F

findByPath(SearchContext, String) - Method in class com.ttdev.wicketpagetest.ByWicketIdPathFastVersion
 
findElement(By) - Method in class com.ttdev.wicketpagetest.WicketSelenium
Get the WebElement located by the specified locator.
findElements(SearchContext) - Method in class com.ttdev.wicketpagetest.ByWicketIdPathFastVersion
 
findParent(WicketWebElement) - Method in class com.ttdev.wicketpagetest.WicketWebElement
 
findWicketElement(String) - Method in class com.ttdev.wicketpagetest.WicketSelenium
Locate the HTML slot of a Wicket component using the specified path.

G

get() - Method in interface com.ttdev.wicketpagetest.Holder
 
get() - Method in class com.ttdev.wicketpagetest.SimpleHolder
 
getApplication() - Method in class com.ttdev.wicketpagetest.WebPageTestBasicContext
 
getApplication() - Method in class com.ttdev.wicketpagetest.WicketAppJettyLauncher
 
getAttribute(String, String) - Method in class com.ttdev.wicketpagetest.WicketSeleniumDriver
 
getChildren() - Method in class com.ttdev.wicketpagetest.WicketWebElement
 
getConfiguration() - Static method in class com.ttdev.wicketpagetest.WebPageTestBasicContext
 
getDepth() - Method in class com.ttdev.wicketpagetest.WicketWebElement
 
getDocBase() - Method in class com.ttdev.wicketpagetest.WebAppJettyConfiguration
 
getElement() - Method in class com.ttdev.wicketpagetest.WicketWebElement
 
getFilters() - Method in class com.ttdev.wicketpagetest.WebAppJettyLauncher
 
getJettyServerPort() - Method in class com.ttdev.wicketpagetest.WebAppJettyConfiguration
 
getOverrideWebXml() - Method in class com.ttdev.wicketpagetest.WebAppJettyConfiguration
 
getParent() - Method in class com.ttdev.wicketpagetest.WicketWebElement
 
getSelenium() - Method in class com.ttdev.wicketpagetest.Configuration
Get the Configuration.selenium field if it is non-null.
getSelenium() - Static method in class com.ttdev.wicketpagetest.WebPageTestBasicContext
 
getSelenium() - Method in class com.ttdev.wicketpagetest.WicketSelenium
Get the underlying Selenium WebDriver.
getServletContext() - Method in class com.ttdev.wicketpagetest.WebAppJettyLauncher
 
getText(By) - Method in class com.ttdev.wicketpagetest.WicketSelenium
Get the body text of the element located by the specified locator.
getText(String) - Method in class com.ttdev.wicketpagetest.WicketSeleniumDriver
 
getValue(By) - Method in class com.ttdev.wicketpagetest.WicketSelenium
Get the value of the "value" attribute of the element located by the specified locator.
getValue(String) - Method in class com.ttdev.wicketpagetest.WicketSeleniumDriver
 
getWebApplication() - Static method in class com.ttdev.wicketpagetest.WebPageTestBasicContext
 
getWicketFilterPrefix() - Method in class com.ttdev.wicketpagetest.Configuration
 
getWicketSelenium() - Static method in class com.ttdev.wicketpagetest.WebPageTestBasicContext
 

H

Holder<T> - Interface in com.ttdev.wicketpagetest
A holder containing an object reference.

I

implementAbstractMethods(Class<T>) - Method in class com.ttdev.wicketpagetest.ChangeResistantMockFactory
 
isElementPresent(String) - Method in class com.ttdev.wicketpagetest.WicketSeleniumDriver
 
isElementVisible(String) - Method in class com.ttdev.wicketpagetest.WicketSeleniumDriver
 

L

launchConsoleToExecute(String[]) - Method in class com.ttdev.wicketpagetest.ConsoleLauncher
 
LauncherPage - Class in com.ttdev.wicketpagetest
In order to open a page whose constructor takes arguments, the page must be somehow created on the server side (or rather, in a thread that is associated with a request).
LauncherPage() - Constructor for class com.ttdev.wicketpagetest.LauncherPage
 

M

make(Object) - Static method in class com.ttdev.wicketpagetest.SimpleHolder
 
matchesWicketId(WebElement, String) - Method in class com.ttdev.wicketpagetest.ByWicketIdPathFastVersion
 
mouseMoveOver(String) - Method in class com.ttdev.wicketpagetest.WicketSeleniumDriver
 

O

ObjectFactory - Class in com.ttdev.wicketpagetest
This class helps you create instances of a Class object, with constructor argument values.
ObjectFactory() - Constructor for class com.ttdev.wicketpagetest.ObjectFactory
 
openBookmarkablePage(Class<? extends Page>) - Method in class com.ttdev.wicketpagetest.WicketSelenium
Open a bookmarkable Wicket page.
openBreadCrumbPanel(IBreadCrumbPanelFactory) - Method in class com.ttdev.wicketpagetest.WicketSelenium
Open a BreadCrumbPanel created by the IBreadCrumbPanelFactory in a page
openComponent(ComponentFactory) - Method in class com.ttdev.wicketpagetest.WicketSelenium
Open a page containing ONLY the Component created by the specified ComponentFactory.
openHomePage() - Method in class com.ttdev.wicketpagetest.WicketSelenium
Open the home page of the Wicket application.
openMountedPage(String, PageParameters) - Method in class com.ttdev.wicketpagetest.WicketSelenium
Open a mounted Wicket page.
openNonBookmarkablePage(Class<? extends Page>, Object...) - Method in class com.ttdev.wicketpagetest.WicketSelenium
Open a non-bookmarkable Wicket page.

P

PAGE_FACTORY_FIELD_NAME - Static variable in class com.ttdev.wicketpagetest.LauncherPage
 
PageFactory - Interface in com.ttdev.wicketpagetest
It is used by the LauncherPage to create the target page in the request-handling thread.

S

sendKeys(By, CharSequence...) - Method in class com.ttdev.wicketpagetest.WicketSelenium
Send the keys to the element located by the specified locator.
sendKeys(String, CharSequence...) - Method in class com.ttdev.wicketpagetest.WicketSeleniumDriver
 
SerializableProxyFactory - Class in com.ttdev.wicketpagetest
In order to put a mock object into a field of your page, you need to make it serializable.
SerializableProxyFactory() - Constructor for class com.ttdev.wicketpagetest.SerializableProxyFactory
 
setDocBase(String) - Method in class com.ttdev.wicketpagetest.WebAppJettyConfiguration
 
setJettyServerPort(int) - Method in class com.ttdev.wicketpagetest.WebAppJettyConfiguration
 
setOverrideWebXml(String) - Method in class com.ttdev.wicketpagetest.WebAppJettyConfiguration
 
setParent(WicketWebElement) - Method in class com.ttdev.wicketpagetest.WicketWebElement
 
setPreferredLocale(Locale) - Method in class com.ttdev.wicketpagetest.WicketSelenium
 
setResponsePageMarker() - Method in class com.ttdev.wicketpagetest.WicketSelenium
It tells the server side to include a random string as the marker (a cookie) in the response page.
setResponsePageMarker(String) - Method in class com.ttdev.wicketpagetest.WicketSelenium
It tells the server side to include a page marker as a cookie in the next response page, so that you can then call WicketSelenium.waitForMarkedPage() to wait for it.
setSelenium(WebDriver) - Method in class com.ttdev.wicketpagetest.Configuration
 
setWicketFilterPrefix(String) - Method in class com.ttdev.wicketpagetest.Configuration
 
SimpleHolder<T> - Class in com.ttdev.wicketpagetest
A simple implementation for Holder.
SimpleHolder(T) - Constructor for class com.ttdev.wicketpagetest.SimpleHolder
 
startAppInJetty(WebAppJettyConfiguration) - Method in class com.ttdev.wicketpagetest.WebAppJettyLauncher
 
startAppInJetty(WebAppJettyConfiguration) - Method in class com.ttdev.wicketpagetest.WicketAppJettyLauncher
 
stop() - Method in class com.ttdev.wicketpagetest.ConsoleLauncher
 
stopJetty() - Method in class com.ttdev.wicketpagetest.WebAppJettyLauncher
 
subscribeAjaxDoneHandler() - Method in class com.ttdev.wicketpagetest.WicketSelenium
 
switchDefaultLocale() - Method in class com.ttdev.wicketpagetest.WicketSelenium
 
SwitchLocalePage - Class in com.ttdev.wicketpagetest
 
SwitchLocalePage(Locale) - Constructor for class com.ttdev.wicketpagetest.SwitchLocalePage
 

T

toString() - Method in class com.ttdev.wicketpagetest.ByWicketIdPathFastVersion
 

W

wait(ExpectedCondition<?>) - Method in class com.ttdev.wicketpagetest.WicketSeleniumDriver
 
WAIT_TIMEOUT_IN_SECONDS - Static variable in class com.ttdev.wicketpagetest.WicketSelenium
 
waitForMarkedPage() - Method in class com.ttdev.wicketpagetest.WicketSelenium
It waits until the browser sees a page with the page marker.
waitUntilAjaxDone() - Method in class com.ttdev.wicketpagetest.WicketSelenium
It waits until the Wicket Ajax processing has completed.
waitUntilAttributeChanged(String, String, String) - Method in class com.ttdev.wicketpagetest.WicketSeleniumDriver
 
waitUntilElementVisible(String) - Method in class com.ttdev.wicketpagetest.WicketSeleniumDriver
 
waitUntilTextChanged(String, String) - Method in class com.ttdev.wicketpagetest.WicketSeleniumDriver
 
WebAppJettyConfiguration - Class in com.ttdev.wicketpagetest
This class allows you to specify options to control the behavior of WebAppJettyLauncher.
WebAppJettyConfiguration() - Constructor for class com.ttdev.wicketpagetest.WebAppJettyConfiguration
 
WebAppJettyLauncher - Class in com.ttdev.wicketpagetest
This class allows you to launch Jetty to run the specified webapp.
WebAppJettyLauncher() - Constructor for class com.ttdev.wicketpagetest.WebAppJettyLauncher
 
WebPageTestBasicContext - Class in com.ttdev.wicketpagetest
To unit test your Wicket pages, before running the tests, you should call WebPageTestBasicContext.beforePageTests().
WebPageTestBasicContext() - Constructor for class com.ttdev.wicketpagetest.WebPageTestBasicContext
 
WebPageTestContext - Class in com.ttdev.wicketpagetest
To unit test your Wicket pages, you should include this class into your TestNG test suite.
WebPageTestContext() - Constructor for class com.ttdev.wicketpagetest.WebPageTestContext
 
WicketAppJettyLauncher - Class in com.ttdev.wicketpagetest
This class allows you to launch Jetty to run the specified Wicket app.
WicketAppJettyLauncher() - Constructor for class com.ttdev.wicketpagetest.WicketAppJettyLauncher
 
WicketSelenium - Class in com.ttdev.wicketpagetest
This class is a wrapper around Selenium that adds some handy functions for Wicket-generated HTML pages.
WicketSelenium(Configuration, WebDriver) - Constructor for class com.ttdev.wicketpagetest.WicketSelenium
 
WicketSeleniumDriver - Class in com.ttdev.wicketpagetest
 
WicketSeleniumDriver(Configuration, WebDriver) - Constructor for class com.ttdev.wicketpagetest.WicketSeleniumDriver
 
WicketWebElement - Class in com.ttdev.wicketpagetest
 
WicketWebElement() - Constructor for class com.ttdev.wicketpagetest.WicketWebElement
 
WicketWebElement(WebElement) - Constructor for class com.ttdev.wicketpagetest.WicketWebElement
 
A B C D F G H I L M O P S T W 
Skip navigation links

Copyright © 2009–2018. All rights reserved.