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

A

addCookie(String, String, String, int) - Method in class net.sourceforge.jwebunit.util.TestContext
Add a cookie to the test context.
addCookie(String, String, String) - Method in class net.sourceforge.jwebunit.util.TestContext
Add a cookie to the test context.
addCookie(Cookie) - Method in class net.sourceforge.jwebunit.util.TestContext
Add a cookie to the test context.
addRequestHeader(String, String) - Method in class net.sourceforge.jwebunit.util.TestContext
Add a custom request header.
addTestingEngine(String, String) - Static method in class net.sourceforge.jwebunit.util.TestingEngineRegistry
Add a new testing engine.
appendCell(Cell) - Method in class net.sourceforge.jwebunit.html.Row
 
appendCell(String) - Method in class net.sourceforge.jwebunit.html.Row
 
appendCells(Object[]) - Method in class net.sourceforge.jwebunit.html.Row
 
appendRow(Row) - Method in class net.sourceforge.jwebunit.html.Table
Append a single expected row.
appendRows(Object[][]) - Method in class net.sourceforge.jwebunit.html.Table
Append any number of rows, represented by a two dimensional array of objects.
appendRows(Table) - Method in class net.sourceforge.jwebunit.html.Table
Append another table's rows.
areFilesEqual(URL, URL) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
assertButtonNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a button with a given id is not present in the current window.
assertButtonNotPresentWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a button with a given text is not present in the current window.
assertButtonPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a button with a given id is present in the current window.
A button can be the following HTML elements: button input button button
assertButtonPresentWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a button with a given text is present in the current window.
assertCheckboxNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a form checkbox with a given name is not present.
assertCheckboxNotPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a given checkbox is not present.
assertCheckboxNotSelected(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific checkbox is not selected.
assertCheckboxNotSelected(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific checkbox is not selected.
assertCheckboxPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a form checkbox with a given name is present.
assertCheckboxPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a given checkbox is present.
assertCheckboxSelected(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific checkbox is selected.
assertCheckboxSelected(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific checkbox is selected.
assertCommentNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a comment is not present.
assertCommentPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a comment is present.
assertCookiePresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Checks to see if a cookie is present in the response.
assertCookieValueEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Check to see if a cookie has the given value.
assertCookieValueMatch(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Check to see if a cookie value match the given regexp.
assertDownloadedFileEquals(URL) - Method in class net.sourceforge.jwebunit.junit.WebTester
Download the current page (or file) and compare it with the given file.
assertElementNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that an element with a given id is not present.
assertElementNotPresentByXPath(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that an element with a given xpath is not present.
assertElementPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that an element with a given id is present.
assertElementPresentByXPath(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that an element with a given xpath is present.
assertEquals(Cell) - Method in class net.sourceforge.jwebunit.html.Cell
Assert that the current cell equals given one.
assertEquals(Row) - Method in class net.sourceforge.jwebunit.html.Row
 
assertEquals(Table) - Method in class net.sourceforge.jwebunit.html.Table
 
assertException(Class<?>, String, Object[]) - Method in class net.sourceforge.jwebunit.tests.JWebUnitAPITestCase
 
assertFail(String, Object) - Method in class net.sourceforge.jwebunit.tests.JWebUnitAPITestCase
 
assertFail(String, Object[]) - Method in class net.sourceforge.jwebunit.tests.JWebUnitAPITestCase
 
assertFormElementEmpty(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. use an explicit testing method, e.g. WebTester.setTextField(String, String) or WebTester.setHiddenField(String, String)
assertFormElementEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. use an explicit testing method, e.g. WebTester.assertTextFieldEquals(String, String)
assertFormElementMatch(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific form element matches an expected regexp.
assertFormElementNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a form input element with a given name is not present.
assertFormElementPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a form input element with a given name is present.
assertFormNotPresent() - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that there is not a form present.
assertFormNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that there is not a form with the specified name or id present.
assertFormPresent() - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that there is a form present.
assertFormPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that there is a form with the specified name or id present.
assertFramePresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a frame with the given name or ID is present.
assertHeaderEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert a header is equal to a particular value.
assertHeaderMatches(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert a header matches a particular pattern.
assertHeaderNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert a header is NOT present.
assertHeaderPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert a header is present.
assertHiddenFieldPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that an input hidden element with name formElementName has the expectedValue value.
assertImagePresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert there is at least one image in the page with given src and (optional) alt attributes.
assertImagePresentPartial(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert there is at least one image in the page with given partial src and (optional) partial alt attributes.
assertImageValid(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
assertImageValidAndStore(String, String, File) - Method in class net.sourceforge.jwebunit.junit.WebTester
Asserts that the image with the given src and alt attribute values exist in the page and is an actual reachable image, then saves it as png with the given file name.
assertKeyInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the value of a given web resource is present in a specific table.
assertKeyInTable(String, String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the value of a given web resource is present in a specific table.
assertKeyNotInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the value of a given web resource is not present in a specific table.
assertKeyNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a web resource's value is not present.
assertKeyNotPresent(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a web resource's formatted value is not present.
assertKeyPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a web resource's value is present.
assertKeyPresent(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a web resource's value (with formatting) is present
assertKeysInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the values of a set of web resources are all present in a specific table.
assertKeysInTable(String, String[], Object[][]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the values of a set of web resources are all present in a specific table.
assertLabeledFieldEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a labeled field exists (for the given ID) and the field that it labels equals the given text
assertLabelMatches(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert a label exists.
assertLabelPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert a label for a given ID exists.
assertLinkNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no link with the given id is present in the response.
assertLinkNotPresentWithExactText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no link containing the Exact text is present.
assertLinkNotPresentWithExactText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no link containing the Exact text is present.
assertLinkNotPresentWithImage(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a link containing a specified image is not present.
assertLinkNotPresentWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no link containing the supplied text is present.
assertLinkNotPresentWithText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no link containing the supplied text is present.
assertLinkPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a link with a given id is present in the response.
assertLinkPresentWithExactText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a link containing the Exact text is present.
assertLinkPresentWithExactText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a link containing the Exact text is present.
assertLinkPresentWithImage(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a link containing a specified image is present.
assertLinkPresentWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a link containing the supplied text is present.
assertLinkPresentWithText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a link containing the supplied text is present.
assertMatch(Cell) - Method in class net.sourceforge.jwebunit.html.Cell
Assert that the current cell matches given one.
assertMatch(Row) - Method in class net.sourceforge.jwebunit.html.Row
 
assertMatch(Table) - Method in class net.sourceforge.jwebunit.html.Table
 
assertMatch(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied regexp is matched in the text of a page.
assertMatch(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert a given string matches a given regular expression.
assertMatch(String, String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert a given string matches a given regular expression.
assertMatchInElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a given element matches a specific regexp.
assertMatchInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied regexp is matched in a specific table.
assertMatchInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a set of regexp values are all matched in a specific table.
assertNoMatch(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied regexp is not present.
assertNoMatchInElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a given element does not match a specific regexp.
assertNoMatchInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied regexp is not present in a specific table.
assertNoMatchInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that none of a set of regexp values are present in a specific table.
assertNotMatch(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert a given string does not match a given regular expression.
assertNotMatch(String, String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert a given string does not match a given regular expression.
assertPass(String, Object) - Method in class net.sourceforge.jwebunit.tests.JWebUnitAPITestCase
 
assertPass(String, Object[]) - Method in class net.sourceforge.jwebunit.tests.JWebUnitAPITestCase
 
assertPassFail(String, Object, Object) - Method in class net.sourceforge.jwebunit.tests.JWebUnitAPITestCase
 
assertPassFail(String, Object[], Object[]) - Method in class net.sourceforge.jwebunit.tests.JWebUnitAPITestCase
 
assertRadioOptionNotPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is not present in a radio group.
assertRadioOptionNotSelected(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is not selected in a radio group.
assertRadioOptionPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is present in a radio group.
assertRadioOptionSelected(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is selected in a radio group.
assertResetButtonNotPresent() - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no reset button is present in the current form.
A reset button can be the following HTML elements: reset input reset button
assertResetButtonNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a reset button with a given name is not present.
A reset button can be the following HTML elements: reset input reset button
assertResetButtonPresent() - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a reset button is present.
assertResetButtonPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a reset button with a given name is present.
A reset button can be the following HTML elements: reset input reset button
assertResponseCode(int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the page response has a particular code.
assertResponseCodeBetween(int, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the page response has a particular code between lower and higher (lower <= status <= higher).
assertSelectedOptionEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the label of the current selected option matches the provided value.
assertSelectedOptionEquals(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the label of the current selected option matches the provided value in the Nth select element with the specified name.
assertSelectedOptionMatches(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the label of the current selected option matches the provided regular expression value.
assertSelectedOptionMatches(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the label of the current selected option matches the provided regular expression in the Nth select element with the specified name.
assertSelectedOptionsEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the currently selected display label(s) of a select box matches given label(s).
assertSelectedOptionsEqual(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the currently selected display label(s) of a select box matches given label(s).
assertSelectedOptionsMatch(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the currently selected display value(s) of a select box matches a given value(s).
assertSelectedOptionsMatch(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the currently selected display value(s) of a select box matches a given value(s).
assertSelectedOptionValueEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the currently selected value of a select box matches given value.
assertSelectedOptionValueEquals(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the currently selected value of a select box matches given value.
assertSelectedOptionValuesEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the currently selected value(s) of a select box matches given value(s).
assertSelectedOptionValuesEqual(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the currently selected value(s) of the Nth select box with the specified name matches given value(s).
assertSelectOptionNotPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is not present in a select box.
assertSelectOptionNotPresent(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is not present in a select box.
assertSelectOptionPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is present in a select box (by label).
assertSelectOptionPresent(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is present in the Nth select box (by label).
assertSelectOptionsEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the display values of a select element's options match a given array of strings.
assertSelectOptionsEqual(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the display values of the Nth select element's options match a given array of strings.
assertSelectOptionsNotEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the display values of a select element's options do not match a given array of strings.
assertSelectOptionsNotEqual(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the display values of the Nth select element's options do not match a given array of strings.
assertSelectOptionsPresent(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that given options are present in a select box (by label).
assertSelectOptionsPresent(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that given options are present in the Nth select box (by label).
assertSelectOptionValueNotPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option value is not present in a select box.
assertSelectOptionValueNotPresent(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option value is not present in a select box.
assertSelectOptionValuePresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is present in a select box (by value).
assertSelectOptionValuePresent(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific option is present in the Nth select box (by value).
assertSelectOptionValuesEqual(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the values of the Nth select element's options match a given array of strings.
assertSelectOptionValuesEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the values of a select element's options match a given array of strings.
assertSelectOptionValuesNotEqual(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the values of a select element's options do not match a given array of strings.
assertSelectOptionValuesNotEqual(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the values of the Nth select element's options do not match a given array of strings.
assertSelectOptionValuesPresent(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that given options are present in a select box (by value).
assertSelectOptionValuesPresent(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that given options are present in the Nth select box (by value).
assertSubmitButtonNotPresent() - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no submit button is present in the current form.
assertSubmitButtonNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a submit button with a given name is not present.
assertSubmitButtonPresent() - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a submit button is present.
assertSubmitButtonPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a submit button with a given name is present.
assertSubmitButtonPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a submit button with a given name and value is present.
assertSubTableEquals(int, Table) - Method in class net.sourceforge.jwebunit.html.Table
 
assertSubTableMatch(int, Table) - Method in class net.sourceforge.jwebunit.html.Table
 
assertTableEquals(String, Table) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific table matches an ExpectedTable.
assertTableEquals(String, String[][]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific table matches a matrix of supplied text values.
assertTableMatch(String, Table) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific table matches an ExpectedTable.
assertTableMatch(String, String[][]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a specific table matches a matrix of supplied regexps.
assertTableNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a table with a given summary or id value is not present.
assertTablePresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a table with a given summary or id value is present.
assertTableRowCountEquals(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the number of rows for a specific table equals expected value.
assertTableRowsEqual(String, int, Table) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a range of rows for a specific table matches a matrix of supplied text values.
assertTableRowsEqual(String, int, String[][]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a range of rows for a specific table matches a matrix of supplied text values.
assertTableRowsMatch(String, int, Table) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a range of rows for a specific table matches a matrix of supplied regexps.
assertTableRowsMatch(String, int, String[][]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a range of rows for a specific table matches a matrix of supplied regexps.
assertTextFieldEquals(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that an input text element with name formElementName has the expectedValue value.
assertTextInElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a given element contains specific text.
assertTextInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied text is present in a specific table.
assertTextInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a set of text values are all present in a specific table.
assertTextNotInElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
assertTextNotInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied text is not present in a specific table.
assertTextNotInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that none of a set of text values are present in a specific table.
assertTextNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied text is not present.
assertTextPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that supplied text is present.
assertTitleEquals(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert title of current html page in conversation matches an expected value.
assertTitleEqualsKey(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert title of current html page matches the value of a specified web resource.
assertTitleEqualsKey(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert title of current page matches formatted message resource
assertTitleMatch(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert title of current html page in conversation matches an expected regexp.
assertTitleNotSame(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert title of current html page in conversation is not equal to another value.
assertWindowCountEquals(int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that the number of opened windows equals given value.
assertWindowPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a window with the given name is open.
assertWindowPresent(int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a window with the given ID is open.
assertWindowPresentWithTitle(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that at least one window with the given title is open.

B

beginAt(URL, TestContext) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Open the browser at an initial URL.
beginAt(URL, TestContext) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Begin a dialog with an initial URL and test client context.
beginAt(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Begin conversation at a URL absolute or relative to base URL.
beginAt(URL, TestContext) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
ButtonAssertionsTest - Class in net.sourceforge.jwebunit.tests
 
ButtonAssertionsTest() - Constructor for class net.sourceforge.jwebunit.tests.ButtonAssertionsTest
 

C

Cell - Class in net.sourceforge.jwebunit.html
Represents a cell of an html table - a string value spanning an indicated amount of columns.
Cell(String) - Constructor for class net.sourceforge.jwebunit.html.Cell
Construct a cell with a default colspan/rowspan of 1.
Cell(String, int, int) - Constructor for class net.sourceforge.jwebunit.html.Cell
Construct a cell with a specified colspan.
CharsetTest - Class in net.sourceforge.jwebunit.tests
Make sure JWebUnit handles character conversions properly.
CharsetTest(String) - Constructor for class net.sourceforge.jwebunit.tests.CharsetTest
 
checkCheckbox(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Select a specified checkbox.
checkCheckbox(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Select a specified checkbox.
checkCheckbox(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Select a specified checkbox.
checkCheckbox(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
checkCheckbox(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select a specified checkbox.
checkCheckbox(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select a specified checkbox.
checkCheckbox(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
checkCheckbox(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
clearAuthorizations() - Method in class net.sourceforge.jwebunit.util.TestContext
Clear all authorizations (basic, digest, ntlm, proxy).
clearRequestHeaders() - Method in class net.sourceforge.jwebunit.util.TestContext
Clear custom request headers.
clickButton(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Click the indicated button.
clickButton(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Click the indicated button (input type=button).
clickButton(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Click the button with the given id.
clickButton(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
clickButtonWithText(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Clicks a button with text of the value attribute.
clickButtonWithText(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Clicks the first button that contains the specified text as its label.
clickButtonWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Clicks a button with text of the value attribute.
clickButtonWithText(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
clickElementByXPath(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Click element with given xpath.
clickElementByXPath(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
clickElementByXPath(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Click element with given xpath.
clickElementByXPath(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
clickLink(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Navigate by submitting a request based on a link with a given ID.
clickLink(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Navigate by submitting a request based on a link with a given ID.
clickLink(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Navigate by selection of a link with given id.
clickLink(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
clickLinkWithExactText(String, int) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Navigate by clicking a link with the exact specified text.
clickLinkWithExactText(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
clickLinkWithExactText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Navigate by selection of a link with the exact given text.
clickLinkWithExactText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Navigate by selecting Nth link with the exact given text.
clickLinkWithExactText(String, int) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
clickLinkWithImage(String, int) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Navigate by submitting a request based on a link with a given image file name.
clickLinkWithImage(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Navigate by submitting a request based on a link with a given image file name.
clickLinkWithImage(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Navigate by selection of a link with a given image.
clickLinkWithImage(String, int) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
clickLinkWithText(String, int) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Navigate by submitting a request based on a link containing the specified text.
clickLinkWithText(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
clickLinkWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Navigate by selection of a link containing given text.
clickLinkWithText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Navigate by selecting Nth link containing given text.
clickLinkWithText(String, int) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
clickRadioOption(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Clicks a radio option.
clickRadioOption(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Clicks a radio option.
clickRadioOption(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Clicks a radio option.
clickRadioOption(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
closeBrowser() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Close the browser and check if there is no pending Javascript alert, confirm or prompt.
closeBrowser() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Close the browser and check that all expected Javascript alerts, confirms and prompts have been taken care of.
closeBrowser() - Method in class net.sourceforge.jwebunit.junit.WebTester
Close the current conversation.
closeBrowser() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
closeWindow() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Close the current window.
closeWindow() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Close the current window.
closeWindow() - Method in class net.sourceforge.jwebunit.junit.WebTester
Close the current window.
closeWindow() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
CookiesServlet - Class in net.sourceforge.jwebunit.tests.util
 
CookiesServlet() - Constructor for class net.sourceforge.jwebunit.tests.util.CookiesServlet
 
createWebClient() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Create the WebClient that will be used for this test.
CustomTesterTest - Class in net.sourceforge.jwebunit.tests
Test the new constructor methods for custom web testers
CustomTesterTest() - Constructor for class net.sourceforge.jwebunit.tests.CustomTesterTest
 

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.jwebunit.tests.util.CookiesServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.jwebunit.tests.util.ParamsServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.jwebunit.tests.util.RedirectServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.jwebunit.tests.util.ResponseServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.jwebunit.tests.util.CookiesServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class net.sourceforge.jwebunit.tests.util.ParamsServlet
 
dumpCookies() - Method in class net.sourceforge.jwebunit.junit.WebTester
Print all the cookies to stdout.
dumpHtml() - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. Use WebTester.getPageSource()
dumpHtml(PrintStream) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. Use WebTester.getPageSource()
dumpTable(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Dump the table as the 2D array that is used for assertions - for debugging purposes.
dumpTable(String, PrintStream) - Method in class net.sourceforge.jwebunit.junit.WebTester
Dump the table as the 2D array that is used for assertions - for debugging purposes.

E

ElementNotFoundException - Exception in net.sourceforge.jwebunit.exception
This exception should be used when an expected element is not found.
ElementNotFoundException(String) - Constructor for exception net.sourceforge.jwebunit.exception.ElementNotFoundException
 
ElementNotFoundException(String, Exception) - Constructor for exception net.sourceforge.jwebunit.exception.ElementNotFoundException
 
END - Static variable in class net.sourceforge.jwebunit.tests.util.HtmlHelper
 
equals(Object) - Method in interface net.sourceforge.jwebunit.api.IElement
Two IElements are equal if they refer to the same element in the current page.
equals(String) - Method in class net.sourceforge.jwebunit.html.Cell
Check if the current cell contains given text.
equals(Object) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
 
ExpectedJavascriptAlertException - Exception in net.sourceforge.jwebunit.exception
A Javascript alert was expected but was not thrown.
ExpectedJavascriptAlertException(String) - Constructor for exception net.sourceforge.jwebunit.exception.ExpectedJavascriptAlertException
 
ExpectedJavascriptConfirmException - Exception in net.sourceforge.jwebunit.exception
A Javascript confirm was expected but was not thrown.
ExpectedJavascriptConfirmException(String) - Constructor for exception net.sourceforge.jwebunit.exception.ExpectedJavascriptConfirmException
 
ExpectedJavascriptPromptException - Exception in net.sourceforge.jwebunit.exception
A Javascript prompt was expected but was not thrown.
ExpectedJavascriptPromptException(String) - Constructor for exception net.sourceforge.jwebunit.exception.ExpectedJavascriptPromptException
 
ExpectedTableAssertionsHtmlTest - Class in net.sourceforge.jwebunit.tests
Test table equals assertions using expected tables.
ExpectedTableAssertionsHtmlTest() - Constructor for class net.sourceforge.jwebunit.tests.ExpectedTableAssertionsHtmlTest
 
ExpectedTableAssertionsXHtmlTest - Class in net.sourceforge.jwebunit.tests
Test table equals assertions using expected tables.
ExpectedTableAssertionsXHtmlTest() - Constructor for class net.sourceforge.jwebunit.tests.ExpectedTableAssertionsXHtmlTest
 

F

FormAssertionsTest - Class in net.sourceforge.jwebunit.tests
 
FormAssertionsTest() - Constructor for class net.sourceforge.jwebunit.tests.FormAssertionsTest
 
FormAssertionsWithLabelTest - Class in net.sourceforge.jwebunit.tests
 
FormAssertionsWithLabelTest() - Constructor for class net.sourceforge.jwebunit.tests.FormAssertionsWithLabelTest
 
formSelector() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
FormSubmissionTest - Class in net.sourceforge.jwebunit.tests
Test form submission related methods of WebTestCase.
FormSubmissionTest() - Constructor for class net.sourceforge.jwebunit.tests.FormSubmissionTest
 
FramesAndWindowsTest - Class in net.sourceforge.jwebunit.tests
User: djoiner Date: Nov 21, 2002 Time: 11:35:52 AM
FramesAndWindowsTest() - Constructor for class net.sourceforge.jwebunit.tests.FramesAndWindowsTest
 

G

getAction() - Method in class net.sourceforge.jwebunit.javascript.JavascriptConfirm
 
getAlertMessage() - Method in exception net.sourceforge.jwebunit.exception.ExpectedJavascriptAlertException
Return the expected message in the alert
getAlertMessage() - Method in exception net.sourceforge.jwebunit.exception.UnexpectedJavascriptAlertException
Return the message in the unexpected alert
getAllHeaders() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get all headers.
getAllHeaders() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getAllHeaders() - Method in class net.sourceforge.jwebunit.junit.WebTester
Get all response headers.
getAllHeaders() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getAttribute(String) - Method in interface net.sourceforge.jwebunit.api.IElement
Get the value of an attribute.
getAttribute(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
 
getBaseUrl() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the base URL for the test context.
getButtonWithText(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Returns the first button that contains the specified text as its label.
getCellCount() - Method in class net.sourceforge.jwebunit.html.Row
 
getCells() - Method in class net.sourceforge.jwebunit.html.Row
 
getChildren() - Method in interface net.sourceforge.jwebunit.api.IElement
Get direct child elements of this element.
getChildren() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
 
getColspan() - Method in class net.sourceforge.jwebunit.html.Cell
 
getComments() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get all the comments in a document, as a list of strings.
getComments() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Get all the comments in a document, as a list of strings.
getComments() - Method in class net.sourceforge.jwebunit.junit.WebTester
Get all the comments in a document, as a list of strings.
getComments() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getConfirmMessage() - Method in exception net.sourceforge.jwebunit.exception.ExpectedJavascriptConfirmException
Return the expected message in the confirm
getConfirmMessage() - Method in exception net.sourceforge.jwebunit.exception.UnexpectedJavascriptConfirmException
Return the message of the expected confirm
getConfirmMessage() - Method in exception net.sourceforge.jwebunit.exception.UnexpectedJavascriptPromptException
Return the message of the expected prompt
getCookies() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get all cookies.
getCookies() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getCookies() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getCookies() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the cookies which have been added to the test context.
getCurrentPageTitle() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return the page title of the current response page, encoded as specified by the current TestContext.
getCurrentWindow() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return the currently opened window (issue 2697234).
getDefaultBrowserVersion() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
An alternative to setting the user agent string manually is to provide it with all the information for a complete browser version.
getDialog() - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. You should not use plugin specific functionality. Please ask for a new core feature instead.
getDomain() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the user domain.
getElement(String) - Method in interface net.sourceforge.jwebunit.api.IElement
Get an element from this element by xpath.
getElement(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
 
getElementAttributByXPath(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get attribut value of the given element.
getElementAttributByXPath(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getElementAttributByXPath(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. Use WebTester.getElementAttributeByXPath(String, String)
getElementAttributByXPath(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getElementAttributeByXPath(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Get the attribute value of the given element.
getElementByID(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get an element wrapper for a given ID.
getElementByID(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getElementById(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Get an element for a particular ID.
getElementByID(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getElementByXPath(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get an element wrapper for a given xpath.
getElementByXPath(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getElementByXPath(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Get an element for a particular xpath.
getElementByXPath(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getElements(String) - Method in interface net.sourceforge.jwebunit.api.IElement
Get all elements from this element by xpath.
getElements(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
 
getElementsByXPath(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get a list of all elements that match the given xpath.
getElementsByXPath(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getElementsByXPath(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Get elements for a particular xpath.
getElementsByXPath(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getElementTextByXPath(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get text of the given element.
getElementTextByXPath(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getElementTextByXPath(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Get text of the given element.
getElementTextByXPath(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getEnd() - Static method in class net.sourceforge.jwebunit.tests.util.HtmlHelper
 
getFieldsForLabel(IElement) - Method in class net.sourceforge.jwebunit.junit.WebTester
Get all the fields of type input, textarea or select that are referenced or contained in a particular label.
getFirstAvailable() - Static method in class net.sourceforge.jwebunit.util.TestingEngineRegistry
Get first available testing engine key.
getFormElementValue(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. Use WebTester.getElementAttributeByXPath(String, String)
getHeader(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get a particular header or null.
getHeader(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getHeader(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Get a particular header value.
getHeader(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getHiddenFieldValue(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return the current value of a hidden input element with name paramName.
getHiddenFieldValue(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return the current value of a hidden input element with name paramName.
getHiddenFieldValue(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getHtmlElement() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
Return the unwrapped HtmlUnit element that this IElement represents.
getHtmlTable(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return the HttpUnit WebTable object representing a specified table in the current response.
getHttpStatusCode() - Method in exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
Return the HTTP status code that throw this Exception or -1 if this exception was not thrown because of HTTP status code.
getImage(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
getInput() - Method in class net.sourceforge.jwebunit.javascript.JavascriptPrompt
 
getInputStream() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Gets the last server response as input stream.
getInputStream(URL) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Gets the input stream for a given URL - can be used to test images or other resources without changing the current navigation context.
getInputStream() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getInputStream(URL) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getInputStream() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getInputStream(URL) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getJavascriptAlert() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getLabeledFieldValue(String, IElement) - Method in class net.sourceforge.jwebunit.junit.WebTester
Get the current value of a given labelled field.
getLinkParagraph(String, String) - Static method in class net.sourceforge.jwebunit.tests.util.HtmlHelper
 
getLocale() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the locale established for the test context.
getMessage() - Method in class net.sourceforge.jwebunit.javascript.JavascriptAlert
 
getMessage() - Method in class net.sourceforge.jwebunit.javascript.JavascriptConfirm
 
getMessage() - Method in class net.sourceforge.jwebunit.javascript.JavascriptPrompt
 
getMessage(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Return the value of a web resource based on its key.
getMessage(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Return the value of a web resource based on its key, using MessageFormat to perform parametric substitution with formatting.
getMethod() - Method in class net.sourceforge.jwebunit.tests.util.reflect.MethodInvoker
 
getName() - Method in interface net.sourceforge.jwebunit.api.IElement
Get the element name, for example "input", "textarea", "select".
getName() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
 
getPageSource() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return the source of the current page (like in a browser).
getPageSource() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getPageSource() - Method in class net.sourceforge.jwebunit.junit.WebTester
Get the source of the HTML page (like in a real browser), or HTTP body for a non HTML content.
getPageSource() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getPageText() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return the string representation of the current page, encoded as specified by the current TestContext.
getPageText() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getPageText() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getPageTitle() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return the page title of the current response page, encoded as specified by the current TestContext.
getPageTitle() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getPageTitle() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getPageURL() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get the location of the current page.
getPageURL() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getPageURL() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getParent() - Method in interface net.sourceforge.jwebunit.api.IElement
Get the parent element, or null if none exists.
getParent() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
 
getPassword() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the user password.
getPromptMessage() - Method in exception net.sourceforge.jwebunit.exception.ExpectedJavascriptPromptException
Return the expected message in the prompt
getProxyHost() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the proxy server name
getProxyPasswd() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the proxy password
getProxyPort() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the proxy server port
getProxyUser() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the proxy user name
getRadioCount(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getRequestHeaders() - Method in class net.sourceforge.jwebunit.util.TestContext
Get custom request headers.
getResetButton(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getResourceBundleName() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the test context resource bundle for expected value lookups.
getRowCount() - Method in class net.sourceforge.jwebunit.html.Table
 
getRows() - Method in class net.sourceforge.jwebunit.html.Table
 
getRowspan() - Method in class net.sourceforge.jwebunit.html.Cell
 
getSelectedOptions(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return the values of the currently selected items in a select box.
getSelectedOptions(String, int) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return the values of the currently selected items in the Nth select box with the provided name.
getSelectedOptions(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getSelectedOptions(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getSelectedOptions(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getSelectedOptions(String, int) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getSelectedRadio(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return the currently selected radio button.
getSelectedRadio(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getSelectedRadio(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getSelectOptionLabelForValue(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get the label for a given option of a select box.
getSelectOptionLabelForValue(String, int, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get the label for a given option of the Nth select box with the specified name.
getSelectOptionLabelForValue(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getSelectOptionLabelForValue(String, int, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getSelectOptionLabelForValue(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getSelectOptionLabelForValue(String, int, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getSelectOptionValueForLabel(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get the value for a given option of a select box.
getSelectOptionValueForLabel(String, int, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get the value for a given option of the Nth select box with the specified name.
getSelectOptionValueForLabel(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getSelectOptionValueForLabel(String, int, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getSelectOptionValueForLabel(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getSelectOptionValueForLabel(String, int, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getSelectOptionValues(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return a string array of select box option values.
getSelectOptionValues(String, int) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return a string array of option values for the Nth select box with the specified name.
getSelectOptionValues(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return a string array of select box option values.
getSelectOptionValues(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return a string array of the Nth select box option values.
getSelectOptionValues(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getSelectOptionValues(String, int) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getServerResponse() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return the response of the server for the current page.
getServerResponse() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getServerResponse() - Method in class net.sourceforge.jwebunit.junit.WebTester
Get the last data sent by the server.
getServerResponse() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getServerResponseCode() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get the request response code.
getServerResponseCode() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getServerResponseCode() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getServeurResponse() - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. use WebTester.getServerResponse()
getStart(String) - Static method in class net.sourceforge.jwebunit.tests.util.HtmlHelper
 
getSubmitButton(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return the HtmlUnit submit button with a given name.
getSubmitButton(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return the HtmlUnit submit button with a given name and value.
getTable(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Each framework have it's own way to represent a Table.
getTable(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getTable(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
getTable(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getTestContext() - Method in class net.sourceforge.jwebunit.junit.WebTester
Provide access to test testContext.
getTestContext() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getTestingEngine() - Method in class net.sourceforge.jwebunit.junit.WebTester
Protected version of deprecated getDialog().
getTestingEngineClass(String) - Static method in class net.sourceforge.jwebunit.util.TestingEngineRegistry
Gets the class based on the key of the class.
getTestingEngineKey() - Method in class net.sourceforge.jwebunit.junit.WebTester
Gets the Testing Engine Key that is used to find the proper testing engine class (HtmlUnitDialog / SeleniumDialog) for the tests.
getTextContent() - Method in interface net.sourceforge.jwebunit.api.IElement
Get the text content, if any, of this element.
getTextContent() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
 
getTextFieldValue(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return the current value of a text field with name paramName.
getTextFieldValue(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return the current value of a text input element with name paramName.
getTextFieldValue(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getUser() - Method in class net.sourceforge.jwebunit.util.TestContext
Return the authorized user for the test context.
getUserAgent() - Method in class net.sourceforge.jwebunit.util.TestContext
 
getValue() - Method in class net.sourceforge.jwebunit.html.Cell
 
getWebClient() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return the current web client (issue 2697234).
getWebResponse() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Get the last WebResponse from HtmlUnit.
getWindow(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return the window with the given name in the current conversation.
getWindowCount() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Get the number of openend Windows.
getWindowCount() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
getWindowCount() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
goBack() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
gotoFrame(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Make the frame with the given name or ID active in the current conversation.
gotoFrame(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Make the frame with the given name or ID active in the current conversation.
gotoFrame(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Make the given frame active.
gotoFrame(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
gotoPage(URL) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Simulate user typing a new URL in the browser.
gotoPage(URL) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Go to a particular page.
gotoPage(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Go to the given page like if user has typed the URL manually in the browser.
gotoPage(URL) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
gotoRootWindow() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Make the root window active.
gotoRootWindow() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Make the root window in the current conversation active.
gotoRootWindow() - Method in class net.sourceforge.jwebunit.junit.WebTester
Make the root window active.
gotoRootWindow() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
gotoWindow(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Make the window with the given name active.
gotoWindow(int) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Goto window with the given Javascript ID.
gotoWindow(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Make the window with the given name in the current conversation active.
gotoWindow(int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
gotoWindow(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Make a given window active.
gotoWindow(int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Make a given window active.
gotoWindow(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
gotoWindow(int) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
gotoWindowByTitle(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Goto first window with the given title.
gotoWindowByTitle(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Goto first window with the given title.
gotoWindowByTitle(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Make first window with the given title active.
gotoWindowByTitle(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 

H

hasAuthorization() - Method in class net.sourceforge.jwebunit.util.TestContext
Return true if a basic authentication has been set on the context via TestContext.setAuthorization(java.lang.String, java.lang.String).
hasButton(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Checks if a button with id is present.
A button can be the following HTML elements: input type=button button type=button
hasButton(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Returns if the button identified by buttonId is present.
hasButton(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasButtonWithText(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Checks if a button with text is present.
A button can be the following HTML elements: input type=button button type=button
hasButtonWithText(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Checks whether a button containing the specified text as its label exists.
hasButtonWithText(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasCookies() - Method in class net.sourceforge.jwebunit.util.TestContext
Return true if one or more cookies have been added to the test context.
hasDomComment(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasElement(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Test if element with given id exists.
hasElement(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
hasElement(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasElementByXPath(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Test if element with given xpath exists.
hasElementByXPath(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
hasElementByXPath(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasForm() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Check whether the current page contains a form.
hasForm(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return true if the current page contains a specific form.
hasForm() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return true if the current response contains a form.
hasForm(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return true if the current response contains a specific form.
hasForm() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasForm(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasFormParameterNamed(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return true if a form input element is present on the current form.
hasFormParameterNamed(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
hasFormParameterNamed(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasFormSelectNamed(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return true if a form parameter (input element) is present on the current response.
hasFrame(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Test if the given frame is present.
hasFrame(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Test if the given frame is present.
hasFrame(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hashCode() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
 
hasLink(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return true if a link is present in the current response with the specified id.
hasLink(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return true if a link is present in the current response with the specified id.
hasLink(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasLinkWithExactText(String, int) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return true if a link is present in the current page containing the exact specified text.
hasLinkWithExactText(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
hasLinkWithExactText(String, int) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasLinkWithImage(String, int) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return true if a link is present with a given image based on filename of image.
hasLinkWithImage(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
hasLinkWithImage(String, int) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasLinkWithText(String, int) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return true if a link is present in the current response containing the specified text.
hasLinkWithText(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return true if a link is present in the current response containing the specified text (note that HttpUnit uses contains rather than an exact match - if this is a problem consider using ids on the links to uniquely identify them).
hasLinkWithText(String, int) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasMatch(String) - Method in class net.sourceforge.jwebunit.html.Row
 
hasMatch(String) - Method in class net.sourceforge.jwebunit.html.Table
 
hasNTLMAuthorization() - Method in class net.sourceforge.jwebunit.util.TestContext
Return true if a NTLM authentication has been set on the context via TestContext.setNTLMAuthorization(java.lang.String, java.lang.String, java.lang.String).
hasProxyAuthorization() - Method in class net.sourceforge.jwebunit.util.TestContext
Return true if a proxy authentication has been set on the context via TestContext.setProxyAuthorization(java.lang.String, java.lang.String, java.lang.String, int).
hasRadioOption(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Checks if a radio group contains the indicated option.
hasRadioOption(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return true if a radio group contains the indicated option.
hasRadioOption(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasResetButton() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Checks if the current form contains a reset button.
A reset button can be the following HTML elements: input type=reset button type=reset
hasResetButton(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Checks if the current form contains a specific reset button.
A reset button can be the following HTML elements: input type=reset button type=reset
hasResetButton() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
hasResetButton(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
hasResetButton() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasResetButton(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasSelectOption(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Test if a select box has the given option (by label).
hasSelectOption(String, int, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Test if the Nth select box has the given option (by label).
hasSelectOption(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return true if a select box contains the indicated option.
hasSelectOption(String, int, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return true if the Nth select box contains the indicated option.
hasSelectOption(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasSelectOption(String, int, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasSelectOptionValue(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Test if a select box has the given option (by value).
hasSelectOptionValue(String, int, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Test if the Nth select box has the given option (by value).
hasSelectOptionValue(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return true if a select box contains the indicated option.
hasSelectOptionValue(String, int, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return true if the Nth select box contains the indicated option.
hasSelectOptionValue(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasSelectOptionValue(String, int, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasSubmitButton() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Checks if the current form contains a submit button.
hasSubmitButton(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Checks if the current form contains a specific submit button.
A submit button can be the following HTML elements: input type=submit input type=image button type=submit
hasSubmitButton(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Checks if the current form contains a specific submit button.
A submit button can be the following HTML elements: input type=submit input type=image button type=submit
hasSubmitButton() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Checks if the current form contains a submit button.
hasSubmitButton(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Checks if the current form contains a specific submit button.
A submit button can be the following HTML elements: input type=submit input type=image button type=submit
hasSubmitButton(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Checks if the current form contains a specific submit button.
A submit button can be the following HTML elements: input type=submit input type=image button type=submit
hasSubmitButton() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasSubmitButton(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasSubmitButton(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasTable(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Check if the Table object representing a specified table exists.
hasTable(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
hasTable(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasText(String) - Method in class net.sourceforge.jwebunit.html.Row
 
hasText(String) - Method in class net.sourceforge.jwebunit.html.Table
 
hasUserAgent() - Method in class net.sourceforge.jwebunit.util.TestContext
 
hasWindow(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Test if the window with the given name is present.
hasWindow(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
hasWindow(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
hasWindowByTitle(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Test if window with the given title is present.
hasWindowByTitle(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
hasWindowByTitle(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
HelloWorldTest - Class in net.sourceforge.jwebunit.tests
Sanity check for the Jetty setup.
HelloWorldTest(String) - Constructor for class net.sourceforge.jwebunit.tests.HelloWorldTest
 
HOST_PATH - Static variable in class net.sourceforge.jwebunit.tests.JWebUnitAPITestCase
 
HtmlHelper - Class in net.sourceforge.jwebunit.tests.util
 
HtmlHelper() - Constructor for class net.sourceforge.jwebunit.tests.util.HtmlHelper
 
HtmlParsingTest - Class in net.sourceforge.jwebunit.tests
Tests the use of HttpUnit and the types of html documents accepted.
HtmlParsingTest() - Constructor for class net.sourceforge.jwebunit.tests.HtmlParsingTest
 
HtmlUnitElementImpl - Class in net.sourceforge.jwebunit.htmlunit
HtmlUnit implementation of IElement wrapper.
HtmlUnitElementImpl(HtmlElement) - Constructor for class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
 
HtmlUnitTestingEngineImpl - Class in net.sourceforge.jwebunit.htmlunit
Acts as the wrapper for HtmlUnit access.
HtmlUnitTestingEngineImpl() - Constructor for class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Initializes default HtmlUnit testing engine implementation.

I

IElement - Interface in net.sourceforge.jwebunit.api
A wrapper around elements so we can access their properties directly, without requiring either direct access to the testing engine DOM, or implementing every permutation of assert test.
IElementTest - Class in net.sourceforge.jwebunit.tests
Test the IElement interface
IElementTest() - Constructor for class net.sourceforge.jwebunit.tests.IElementTest
 
ImageTest - Class in net.sourceforge.jwebunit.tests
 
ImageTest() - Constructor for class net.sourceforge.jwebunit.tests.ImageTest
 
initializeDialog() - Method in class net.sourceforge.jwebunit.junit.WebTester
Initializes the IJWebUnitDialog when the testing engine is null.
invoke() - Method in class net.sourceforge.jwebunit.tests.util.reflect.MethodInvoker
 
isCheckboxSelected(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Determines if the checkbox is selected.
isCheckboxSelected(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Determines if the checkbox is selected.
isCheckboxSelected(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
isCheckboxSelected(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
isCheckboxSelected(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
isCheckboxSelected(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
isIgnoreFailingStatusCodes() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
isMatchInElement(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return true if a given regexp is contained within the specified element.
isMatchInElement(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
isMatchInElement(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
isTextInElement(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Return true if a given string is contained within the specified element.
isTextInElement(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
isTextInElement(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
isTextInTable(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Return true if given text is present in a specified table of the response.
ITestingEngine - Interface in net.sourceforge.jwebunit.api
This is the interface for all communications between JWebUnit and the specific running test engine.

J

JavascriptAlert - Class in net.sourceforge.jwebunit.javascript
 
JavascriptAlert(String) - Constructor for class net.sourceforge.jwebunit.javascript.JavascriptAlert
 
JavascriptConfirm - Class in net.sourceforge.jwebunit.javascript
 
JavascriptConfirm(String, boolean) - Constructor for class net.sourceforge.jwebunit.javascript.JavascriptConfirm
 
JavaScriptEventsTest - Class in net.sourceforge.jwebunit.tests
User: djoiner Date: Nov 22, 2002 Time: 10:24:54 AM
JavaScriptEventsTest() - Constructor for class net.sourceforge.jwebunit.tests.JavaScriptEventsTest
 
JavascriptPrompt - Class in net.sourceforge.jwebunit.javascript
 
JavascriptPrompt(String, String) - Constructor for class net.sourceforge.jwebunit.javascript.JavascriptPrompt
 
JavaScriptTest - Class in net.sourceforge.jwebunit.tests
 
JavaScriptTest() - Constructor for class net.sourceforge.jwebunit.tests.JavaScriptTest
 
JETTY_PORT - Static variable in class net.sourceforge.jwebunit.tests.JWebUnitAPITestCase
 
JETTY_URL - Static variable in class net.sourceforge.jwebunit.tests.JWebUnitAPITestCase
 
JettySetup - Class in net.sourceforge.jwebunit.tests.util
Sets up and tears down the Jetty servlet engine before and after the tests in the TestSuite have run.
JettySetup(Test) - Constructor for class net.sourceforge.jwebunit.tests.util.JettySetup
Constructor.
JUnitPerfTest - Class in net.sourceforge.jwebunit.tests
Test junit perf integration.
JUnitPerfTest() - Constructor for class net.sourceforge.jwebunit.tests.JUnitPerfTest
 
JWebUnitAPITestCase - Class in net.sourceforge.jwebunit.tests
This class is intended be used by all "testcase" classes that are used to test the functionality of the jwebunit core api.
JWebUnitAPITestCase(String, WebTester) - Constructor for class net.sourceforge.jwebunit.tests.JWebUnitAPITestCase
 
JWebUnitAPITestCase(String) - Constructor for class net.sourceforge.jwebunit.tests.JWebUnitAPITestCase
 
JWebUnitAPITestCase() - Constructor for class net.sourceforge.jwebunit.tests.JWebUnitAPITestCase
 

M

match(String) - Method in class net.sourceforge.jwebunit.html.Cell
Check if the current cell matches given text.
MethodInvoker - Class in net.sourceforge.jwebunit.tests.util.reflect
Wrapper to java reflection for method invocation.
MethodInvoker(Object, String) - Constructor for class net.sourceforge.jwebunit.tests.util.reflect.MethodInvoker
 
MethodInvoker(Object, String, Object) - Constructor for class net.sourceforge.jwebunit.tests.util.reflect.MethodInvoker
 
MethodInvoker(Object, String, Object[]) - Constructor for class net.sourceforge.jwebunit.tests.util.reflect.MethodInvoker
 

N

NavigationTest - Class in net.sourceforge.jwebunit.tests
Test url navigation methods on WebTestCase (starting at a url, navigating links).
NavigationTest() - Constructor for class net.sourceforge.jwebunit.tests.NavigationTest
 
net.sourceforge.jwebunit.api - package net.sourceforge.jwebunit.api
 
net.sourceforge.jwebunit.exception - package net.sourceforge.jwebunit.exception
 
net.sourceforge.jwebunit.html - package net.sourceforge.jwebunit.html
 
net.sourceforge.jwebunit.htmlunit - package net.sourceforge.jwebunit.htmlunit
 
net.sourceforge.jwebunit.javascript - package net.sourceforge.jwebunit.javascript
 
net.sourceforge.jwebunit.junit - package net.sourceforge.jwebunit.junit
 
net.sourceforge.jwebunit.selenium - package net.sourceforge.jwebunit.selenium
 
net.sourceforge.jwebunit.tests - package net.sourceforge.jwebunit.tests
 
net.sourceforge.jwebunit.tests.util - package net.sourceforge.jwebunit.tests.util
 
net.sourceforge.jwebunit.tests.util.reflect - package net.sourceforge.jwebunit.tests.util.reflect
 
net.sourceforge.jwebunit.util - package net.sourceforge.jwebunit.util
 
NOARGS - Static variable in class net.sourceforge.jwebunit.tests.JWebUnitAPITestCase
 
NonHtmlContentTest - Class in net.sourceforge.jwebunit.tests
Test that non-html content is well handled.
NonHtmlContentTest() - Constructor for class net.sourceforge.jwebunit.tests.NonHtmlContentTest
 

P

ParamsServlet - Class in net.sourceforge.jwebunit.tests.util
 
ParamsServlet() - Constructor for class net.sourceforge.jwebunit.tests.util.ParamsServlet
 

R

RedirectionTest - Class in net.sourceforge.jwebunit.tests
Test redirection support.
RedirectionTest() - Constructor for class net.sourceforge.jwebunit.tests.RedirectionTest
 
RedirectServlet - Class in net.sourceforge.jwebunit.tests.util
 
RedirectServlet() - Constructor for class net.sourceforge.jwebunit.tests.util.RedirectServlet
 
refresh() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
removeRequestHeader(String) - Method in class net.sourceforge.jwebunit.util.TestContext
Remove a custom request header.
reset() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Reset the current form with the default reset button.
reset() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Reset the current form.
reset() - Method in class net.sourceforge.jwebunit.junit.WebTester
Reset the current form using the default reset button.
reset() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
ResourceBundleAssertionsTest - Class in net.sourceforge.jwebunit.tests
Tests for MessageBundle related assertions
ResourceBundleAssertionsTest() - Constructor for class net.sourceforge.jwebunit.tests.ResourceBundleAssertionsTest
 
ResponseServlet - Class in net.sourceforge.jwebunit.tests.util
A simple servlet that allows us to test for HTTP response codes.
ResponseServlet() - Constructor for class net.sourceforge.jwebunit.tests.util.ResponseServlet
 
ResponseServletTest - Class in net.sourceforge.jwebunit.tests
Test redirection support.
ResponseServletTest() - Constructor for class net.sourceforge.jwebunit.tests.ResponseServletTest
 
Row - Class in net.sourceforge.jwebunit.html
Represents a row of an html table.
Row() - Constructor for class net.sourceforge.jwebunit.html.Row
 
Row(Object[]) - Constructor for class net.sourceforge.jwebunit.html.Row
Construct a row from an array of objects which specify the cells of the row.

S

saveAs(File) - Method in class net.sourceforge.jwebunit.junit.WebTester
Save the last downloaded page (or file) to the disk.
selectOption(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select an option with a given display label in a select element.
selectOption(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select an option with a given display label in Nth select element.
selectOptionByValue(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select an option with a given value in the Nth select element.
selectOptionByValue(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select an option with a given value in a select element.
selectOptions(String, String[]) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Select option(s) of a select box by value.
selectOptions(String, int, String[]) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Select option(s) of the Nth select box by value.
selectOptions(String, String[]) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Select the specified set of options in the select element with the provided name.
selectOptions(String, int, String[]) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Select the specified set of options in the select element with the provided name.
selectOptions(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select options with given display labels in a select element.
selectOptions(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select options with given display labels in the Nth select element.
selectOptions(String, String[]) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
selectOptions(String, int, String[]) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
selectOptionsByValues(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select options with given values in a select element.
selectOptionsByValues(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Select options with given values in the Nth select element.
SelectOptionsTest - Class in net.sourceforge.jwebunit.tests
Tests for