A B C D E F G H I J K M O P R S T U W

A

AbstractIntegrationTestSuite - Class in org.apache.tapestry5.test
A base class for creating integration tests.
AbstractIntegrationTestSuite() - Constructor for class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Initializes the suite using DEFAULT_WEB_APP_ROOT.
AbstractIntegrationTestSuite(String) - Constructor for class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
AbstractIntegrationTestSuite(String, String) - Constructor for class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
addCustomRequestHeader(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
addLocationStrategy(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
addScript(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
addSelection(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
allowNativeXpath(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
altKeyDown() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
altKeyUp() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
answerOnNextPrompt(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
assertAttribute(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Used when the locator identifies an attribute, not an element.
assertAttributeSeries(String, int, String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
assertFieldValue(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
assertFieldValueSeries(String, int, String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
assertSourcePresent(String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
assertText(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Asserts the text of an element, identified by the locator.
assertTextPresent(String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
assertTextSeries(String, int, String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
assignId(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
attachFile(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

B

BASE_URL - Static variable in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

C

capitalizedWord() - Method in class org.apache.tapestry5.test.RandomDataSource
Returns a random word, capitalized.
captureEntirePageScreenshot(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
captureEntirePageScreenshotToString(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
captureNetworkTraffic(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
captureScreenshot(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
captureScreenshotToString() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
check(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
chooseCancelOnNextConfirmation() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
chooseOkOnNextConfirmation() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
cleanup() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
click(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
clickAndWait(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
clickAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
close() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
contextMenu(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
contextMenuAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
controlKeyDown() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
controlKeyUp() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
createCookie(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
CURRENT_DIR_PATH - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
The current working directory (i.e., property "user.dir").

D

DEFAULT_CONTEXT_PATH - Static variable in class org.apache.tapestry5.test.JettyRunner
 
DEFAULT_PORT - Static variable in class org.apache.tapestry5.test.JettyRunner
 
DEFAULT_SECURE_PORT - Static variable in class org.apache.tapestry5.test.JettyRunner
 
DEFAULT_WEB_APP_ROOT - Static variable in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Default directory containing the web application to be tested (this conforms to Maven's default folder).
DEFAULT_WEB_BROWSER_COMMAND - Static variable in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Default browser in which to run tests - firefox
deleteAllVisibleCookies() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
deleteCookie(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
deselectPopUp() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
doCommand(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
doubleClick(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
doubleClickAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
dragAndDrop(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
dragAndDropToObject(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
dragdrop(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

E

ErrorReportingCommandProcessor - Class in org.apache.tapestry5.test
A wrapper around a standard command processor that adds additional exception reporting when a failure occurs.
ErrorReportingCommandProcessor(CommandProcessor) - Constructor for class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 

F

fireEvent(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
focus(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

G

getAlert() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAllButtons() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAllFields() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAllLinks() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAllWindowIds() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAllWindowNames() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAllWindowTitles() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAttribute(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getAttributeFromAllWindows(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getBodyText() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getBoolean(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
getBooleanArray(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
getConfirmation() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getCookie() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getCookieByName(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getCursorPosition(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getElementHeight(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getElementIndex(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getElementPositionLeft(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getElementPositionTop(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getElementWidth(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getEval(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getExpression(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getHtmlSource() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getLocation() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getMouseSpeed() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getNumber(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
getNumberArray(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
getPrompt() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getRemoteControlServerLocation() - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
getSelectedId(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectedIds(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectedIndex(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectedIndexes(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectedLabel(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectedLabels(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectedValue(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectedValues(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSelectOptions(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getSpeed() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getString(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
getStringArray(String, String[]) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
getTable(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getText(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getTitle() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getValue(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getWhetherThisFrameMatchFrameExpression(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getWhetherThisWindowMatchWindowExpression(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
getXpathCount(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
goBack() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

H

highlight(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

I

ignoreAttributesWithoutValue(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isAlertPresent() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isChecked(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isConfirmationPresent() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isCookiePresent(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isEditable(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isElementPresent(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isOrdered(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isPromptPresent() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isSomethingSelected(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isTextPresent(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
isVisible(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

J

JETTY_PORT - Static variable in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
The port on which the internal copy of Jetty is executed.
JettyRunner - Class in org.apache.tapestry5.test
Used to start up an instance of the Jetty servlet container in-process, as part of an integration test suite.
JettyRunner(File, String, int, String) - Constructor for class org.apache.tapestry5.test.JettyRunner
Creates and starts a new instance of Jetty.

K

keyDown(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
keyDownNative(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
keyPress(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
keyPressNative(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
keyUp(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
keyUpNative(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

M

maybe(int) - Method in class org.apache.tapestry5.test.RandomDataSource
 
metaKeyDown() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
metaKeyUp() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
MODULE_BASE_DIR - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
TapestryTestConstants.MODULE_BASE_DIR_PATH as a file.
MODULE_BASE_DIR_PATH - Static variable in class org.apache.tapestry5.test.TapestryTestConstants
The Surefire plugin sets basedir but DOES NOT change the current working directory.
mouseDown(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseDownAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseDownRight(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseDownRightAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseMove(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseMoveAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseOut(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseOver(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseUp(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseUpAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseUpRight(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
mouseUpRightAt(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

O

oneOf(T...) - Method in class org.apache.tapestry5.test.RandomDataSource
Returns a random value from the list of values supplied.
oneOf(Class<T>) - Method in class org.apache.tapestry5.test.RandomDataSource
Returns a random enum value, given the enum type.
open(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
openWindow(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
org.apache.tapestry5.test - package org.apache.tapestry5.test
 

P

PAGE_LOAD_TIMEOUT - Static variable in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
15 seconds
paragraph(int, int, int, int) - Method in class org.apache.tapestry5.test.RandomDataSource
Strings together a random number of word lists (in sentence form) to create something that looks like a paragraph.

R

random(int, int) - Method in class org.apache.tapestry5.test.RandomDataSource
 
RandomDataSource - Class in org.apache.tapestry5.test
Provides access to random data that can be used when populating a test database with "reasonable" data.
RandomDataSource() - Constructor for class org.apache.tapestry5.test.RandomDataSource
 
refresh() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
removeAllSelections(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
removeScript(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
removeSelection(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
retrieveLastRemoteControlLogs() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
rollup(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
runScript(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

S

safeWord() - Method in class org.apache.tapestry5.test.RandomDataSource
Returns a word that is "safe" for use in an email address.
select(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
selectFrame(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
selectPopUp(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
selectWindow(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setBrowserLogLevel(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setContext(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setCursorPosition(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setExtensionJs(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setExtensionJs(String) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
setMouseSpeed(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setSpeed(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setTimeout(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
setup() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
shiftKeyDown() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
shiftKeyUp() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
showContextualBanner() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
showContextualBanner(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
shutDownSeleniumServer() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
start() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
start(String...) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Used to start a typical test, by opening to the base URL and clicking through a series of links.
start(Object) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
start(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
This does NOT invoke Selenium.start(String); it invokes start(String[]).
start() - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
start(String) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
start(Object) - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
stop() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
stop() - Method in class org.apache.tapestry5.test.ErrorReportingCommandProcessor
 
stop() - Method in class org.apache.tapestry5.test.JettyRunner
Stops the Jetty instance.
SUBMIT - Static variable in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
submit(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

T

TapestryTestConstants - Class in org.apache.tapestry5.test
 
TapestryTestConstants() - Constructor for class org.apache.tapestry5.test.TapestryTestConstants
 
toString() - Method in class org.apache.tapestry5.test.JettyRunner
 
type(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
typeKeys(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

U

uncheck(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
useXpathLibrary(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 

W

waitForCondition(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
waitForFrameToLoad(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
waitForPageToLoad() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
Waits the default time for the page to load.
waitForPageToLoad(String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
waitForPopUp(String, String) - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
windowFocus() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
windowMaximize() - Method in class org.apache.tapestry5.test.AbstractIntegrationTestSuite
 
word() - Method in class org.apache.tapestry5.test.RandomDataSource
Returns a random word frm the dictionary.
wordList(int, int, boolean) - Method in class org.apache.tapestry5.test.RandomDataSource
Creates a space-separated list of random words.

A B C D E F G H I J K M O P R S T U W

Copyright © 2007-2009 Apache Software Foundation. All Rights Reserved.