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

A

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.WebTestCase
Assert that a button with a given id is not present in the current window.
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.WebTestCase
Assert that a button with a given text 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.WebTestCase
Assert that a button with a given id is 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.
assertButtonPresentWithText(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a button with a given text is present in the current window.
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.WebTestCase
Assert that a form checkbox with a given name is not present.
assertCheckboxNotPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a given checkbox is not present.
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.WebTestCase
Assert that a specific checkbox is not selected.
assertCheckboxNotSelected(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific checkbox is not selected.
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.WebTestCase
Assert that a form checkbox with a given name is present.
assertCheckboxPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a given checkbox is present.
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.WebTestCase
Assert that a specific checkbox is selected.
assertCheckboxSelected(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific checkbox is selected.
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.WebTestCase
Assert that a comment is not present.
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.WebTestCase
Assert that a comment is 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.WebTestCase
Checks to see if a cookie is present in the response.
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.WebTestCase
Check to see if a cookie has the given value.
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.WebTestCase
Check to see if a cookie value match the given regexp.
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.WebTestCase
Download the current page (or file) and compare it with the given file.
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.WebTestCase
Assert that an element with a given id is not present.
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.WebTestCase
Assert that an element with a given xpath 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.WebTestCase
Assert that an element with a given id is 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.WebTestCase
Assert that an element with a given xpath 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
 
assertFormElementEmpty(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deprecated. use an explicit testing method, e.g. WebTestCase.setTextField(String, String) or WebTestCase.setHiddenField(String, String)
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.WebTestCase
Deprecated. use an explicit testing method, e.g. WebTestCase.assertTextFieldEquals(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.WebTestCase
Assert that a specific form element matches an expected regexp.
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.WebTestCase
Assert that a form input element with a given name is not present.
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.WebTestCase
Assert that a form input element with a given name is 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.WebTestCase
Assert that there is not a form present.
assertFormNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that there is not a form with the specified name or id 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.WebTestCase
Assert that there is a form present.
assertFormPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that there is 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.WebTestCase
Assert that a frame with the given name or ID is 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.WebTestCase
Assert a header is equal to a particular value.
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.WebTestCase
Assert a header matches a particular pattern.
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.WebTestCase
Assert a header is NOT present.
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.WebTestCase
Assert a header is 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.WebTestCase
Assert that an input hidden element with name formElementName has the expectedValue value.
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.WebTestCase
 
assertImagePresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
assertImageValid(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
 
assertImageValid(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
assertImageValidAndStore(String, String, File) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
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.
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.WebTestCase
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.WebTestCase
Assert that the value of a given web resource is present in a specific table.
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.WebTestCase
Assert that the value of a given web resource is not 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.WebTestCase
Assert that a web resource's value is not present.
assertKeyNotPresent(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a web resource's formatted value is not present.
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.WebTestCase
Assert that a web resource's value is present.
assertKeyPresent(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a web resource's value (with formatting) is 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.WebTestCase
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.WebTestCase
Assert that the values of a set of web resources are all present in a specific table.
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.WebTestCase
Assert that a labeled field exists (for the given id) and the field that it labels equals the given text
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.WebTestCase
Assert a label exists.
assertLabelMatches(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert a label exists.
assertLabelPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert a label for a given ID 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.WebTestCase
Assert that no link with the given id is present in the response.
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.WebTestCase
Assert that no link containing the Exact text is present.
assertLinkNotPresentWithExactText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that no link containing the Exact text is present.
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.WebTestCase
Assert that a link containing a specified image is not 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.WebTestCase
Assert that no link containing the supplied text is present.
assertLinkNotPresentWithText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that no link containing the supplied text is 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.WebTestCase
Assert that a link with a given id is present in the response.
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.WebTestCase
Assert that a link containing the Exact text is present.
assertLinkPresentWithExactText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a link containing the Exact text is present.
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.WebTestCase
Assert that a link containing a specified image 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.WebTestCase
Assert that a link containing the supplied text is present.
assertLinkPresentWithText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a link containing the supplied text 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.WebTestCase
Assert that supplied regexp is matched in the text of a page.
assertMatch(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert a given string matches a given regular expression.
assertMatch(String, String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert a given string matches a given regular expression.
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.WebTestCase
Assert that a given element matches a specific regexp.
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.WebTestCase
Assert that supplied regexp is matched in a specific table.
assertMatchInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a set of regexp values are all matched in a specific table.
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.WebTestCase
Assert that supplied regexp is not present.
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.WebTestCase
Assert that a given element does not match a specific regexp.
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.WebTestCase
Assert that supplied regexp is not present in a specific table.
assertNoMatchInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that none of a set of regexp values are present in a specific table.
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.WebTestCase
Assert a given string does not match a given regular expression.
assertNotMatch(String, String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert a given string does not match a given regular expression.
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.
assertRadioOptionNotPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific option is not present in a radio group.
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.WebTestCase
Assert that a specific option is not selected 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.WebTestCase
Assert that a specific option is present 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.WebTestCase
Assert that a specific option is selected 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.WebTestCase
Assert that no reset button is present in the current form.
assertResetButtonNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a reset button with a given name is not present.
assertResetButtonNotPresent() - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that no reset button is present in the current form.
assertResetButtonNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Assert that a reset button with a given name is not present.
assertResetButtonPresent() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a reset button is present.
assertResetButtonPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a reset button with a given name is present.
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.
assertResponseCode(int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the page response has a particular code.
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.WebTestCase
Assert that the page response has a particular code between lower and higher (lower <= status <= higher).
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.WebTestCase
Assert that the label of the current selected option matches the provided value.
assertSelectedOptionEquals(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the label of the current selected option matches the provided value in the Nth select element with the specified name.
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.WebTestCase
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.WebTestCase
Assert that the label of the current selected option matches the provided regular expression 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.WebTestCase
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.WebTestCase
Assert that the currently selected display label(s) of a select box matches given label(s).
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.WebTestCase
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.WebTestCase
Assert that the currently selected display value(s) of a select box matches a given value(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.WebTestCase
Assert that the currently selected value of a select box matches given value.
assertSelectedOptionValueEquals(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that the currently selected value of a select box matches given value.
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.WebTestCase
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.WebTestCase
Assert that the currently selected value(s) of the Nth select box with the specified name matches given value(s).
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.WebTestCase
Assert that a specific option is not present in a select box.
assertSelectOptionNotPresent(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific option is not present in a select box.
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.WebTestCase
Assert that a specific option is present in a select box (by label).
assertSelectOptionPresent(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific option is present in the Nth select box (by label).
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.WebTestCase
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.WebTestCase
Assert that the display values of the Nth select element's options match a given array of strings.
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.WebTestCase
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.WebTestCase
Assert that the display values of the Nth select element's options do not 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.WebTestCase
Assert that given options are present in a select box (by label).
assertSelectOptionsPresent(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that given options are present in the Nth select box (by label).
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.WebTestCase
Assert that a specific option value is not present in a select box.
assertSelectOptionValueNotPresent(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific option value is not present in a select box.
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.WebTestCase
Assert that a specific option is present in a select box (by value).
assertSelectOptionValuePresent(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific option is present in the Nth select box (by value).
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.WebTestCase
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.WebTestCase
Assert that the values of a select element's options match a given array of strings.
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.WebTestCase
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.WebTestCase
Assert that the values of the Nth select element's options do not 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.WebTestCase
Assert that given options are present in a select box (by value).
assertSelectOptionValuesPresent(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that given options are present in the Nth select box (by value).
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.WebTestCase
Assert that no submit button is present in the current form.
assertSubmitButtonNotPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a submit button with a given name is not present.
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.WebTestCase
Assert that a submit button is present.
assertSubmitButtonPresent(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a submit button with a given name is present.
assertSubmitButtonPresent(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a submit button with a given name and value is 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.WebTestCase
Assert that a specific table matches an ExpectedTable.
assertTableEquals(String, String[][]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific table matches a matrix of supplied text values.
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.WebTestCase
Assert that a specific table matches an ExpectedTable.
assertTableMatch(String, String[][]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a specific table matches a matrix of supplied regexps.
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.WebTestCase
Assert that a table with a given summary or id value is not present.
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.WebTestCase
Assert that a table with a given summary or id value is 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.WebTestCase
Assert that the number of rows for a specific table equals expected value.
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.WebTestCase
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.WebTestCase
Assert that a range of rows for a specific table matches a matrix of supplied text values.
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.WebTestCase
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.WebTestCase
Assert that a range of rows for a specific table matches a matrix of supplied regexps.
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.WebTestCase
Assert that an input text element with name formElementName has the expectedValue value.
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.WebTestCase
Assert that a given element contains specific text.
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.WebTestCase
Assert that supplied text is present in a specific table.
assertTextInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a set of text values are all present in a specific table.
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.WebTestCase
 
assertTextNotInElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
assertTextNotInTable(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that supplied text is not present in a specific table.
assertTextNotInTable(String, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that none of a set of text values are present in a specific table.
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.WebTestCase
Assert that supplied text is not present.
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.WebTestCase
Assert that supplied text is 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.WebTestCase
Assert title of current html page in conversation matches an expected value.
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.WebTestCase
Assert title of current html page matches the value of a specified web resource.
assertTitleEqualsKey(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert title of current page matches formatted message resource
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.WebTestCase
Assert title of current html page in conversation matches an expected regexp.
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.WebTestCase
Assert title of current html page in conversation is not equal to another value.
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.WebTestCase
Assert that the number of opened windows equals given 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.WebTestCase
Assert that a window with the given name is open.
assertWindowPresent(int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Assert that a window with the given ID is open.
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.WebTestCase
Assert that at least one window with the given title 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.WebTestCase
Begin conversation at a URL absolute or relative to base URL.
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
 

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.
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.WebTestCase
Select a specified checkbox.
checkCheckbox(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Select a specified checkbox.
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.WebTestCase
Click the button with the given id.
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.WebTestCase
Clicks a button with text of the value attribute.
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.WebTestCase
Click element with given xpath.
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.WebTestCase
Navigate by selection of a link with 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.WebTestCase
Navigate by selection of a link with the exact given text.
clickLinkWithExactText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Navigate by selecting Nth link with the exact given text.
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.WebTestCase
Navigate by selection of a link with a given image.
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.WebTestCase
Navigate by selection of a link containing given text.
clickLinkWithText(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Navigate by selecting Nth link containing given text.
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.WebTestCase
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.WebTestCase
Close the current conversation.
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.WebTestCase
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
 
customTester - Variable in class net.sourceforge.jwebunit.junit.WebTestCase
 

D

dumpCookies() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Print all the cookies to stdout.
dumpCookies() - Method in class net.sourceforge.jwebunit.junit.WebTester
Print all the cookies to stdout.
dumpHtml() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deprecated. Use WebTester.getPageSource()
dumpHtml(PrintStream) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deprecated. Use WebTester.getPageSource()
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.WebTestCase
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.WebTestCase
Dump the table as the 2D array that is used for assertions - for debugging purposes.
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
 
equals(String) - Method in class net.sourceforge.jwebunit.html.Cell
Check if the current cell contains given text.
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
 

F

formSelector() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 

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.WebTestCase
Get all response headers.
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.WebTestCase
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.
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.WebTestCase
Deprecated. You should not use plugin specific fonctionality. Please ask for a new core feature instead.
getDialog() - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. You should not use plugin specific fonctionality. 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.WebTestCase
Deprecated. Use WebTestCase.getElementAttributeByXPath(String, String)
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.WebTestCase
Get the attribute value of the given element.
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.WebTestCase
Get an element for a particular ID.
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.WebTestCase
Get an element for a particular xpath.
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.WebTestCase
Get elements for a particular xpath.
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.WebTestCase
Get text of the given element.
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
 
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.WebTestCase
Deprecated. Use WebTester.getElementAttributeByXPath(String, String)
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.WebTestCase
Get a particular header value.
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
 
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.WebTestCase
 
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
 
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.WebTestCase
Return the value of a web resource based on its key.
getMessage(String, Object[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Return the value of a web resource based on its key, using MessageFormat to perform parametric substitution with formatting.
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.
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.WebTestCase
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.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.WebTestCase
Get the last data sent by the server.
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.WebTestCase
Deprecated. use WebTestCase.getServerResponse()
getServeurResponse() - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. use WebTester.getServerResponse()
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.WebTestCase
 
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.WebTestCase
Provide access to test testContext.
getTestContext() - Method in class net.sourceforge.jwebunit.junit.WebTester
Provide access to test testContext.
getTestContext() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
getTester() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Get internal WebTester.
getTestingEngine() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Protected version of deprecated getDialog().
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.WebTestCase
Gets the Testing Engine Key that is used to find the proper testing engine class (HtmlUnitDialog / SeleniumDialog) for the tests.
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
 
getWebResponse() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Get the last WebResponse from HtmlUnit.
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.WebTestCase
Make the given frame active.
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.WebTestCase
Go to the given page like if user has typed the URL manually in the browser.
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.WebTestCase
Make the root window 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.WebTestCase
Make a given window active.
gotoWindow(int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Make a given window active.
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.WebTestCase
Make first window with the given title active.
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.
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.
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
 
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.
hasResetButton(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Checks if the current form contains a specific reset button.
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.
hasSubmitButton(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Checks if the current form contains a specific submit button.
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.
hasSubmitButton(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Checks if the current form contains a specific submit button.
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
 
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
 

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.
initializeDialog() - Method in class net.sourceforge.jwebunit.junit.WebTester
Initializes the IJWebUnitDialog when the testing engine is null.
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
 
JavascriptPrompt - Class in net.sourceforge.jwebunit.javascript
 
JavascriptPrompt(String, String) - Constructor for class net.sourceforge.jwebunit.javascript.JavascriptPrompt
 

M

match(String) - Method in class net.sourceforge.jwebunit.html.Cell
Check if the current cell matches given text.

N

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.util - package net.sourceforge.jwebunit.util
 

R

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.WebTestCase
Reset the current form using the default reset button.
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
 
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.
runBare() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Clean up unused memory.

S

saveAs(File) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Save the last downloaded page (or file) to the disk.
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.WebTestCase
Select an option with a given display label in a select element.
selectOption(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Select an option with a given display label in Nth select element.
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.WebTestCase
Select an option with a given value in the Nth select element.
selectOptionByValue(String, int, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Select an option with a given value in a 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.WebTestCase
Select options with given display labels in a select element.
selectOptions(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Select options with given display labels in the Nth select element.
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.WebTestCase
Select options with given values in a select element.
selectOptionsByValues(String, int, String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Select options with given values in the Nth select element.
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.
SeleniumTestingEngineImpl - Class in net.sourceforge.jwebunit.selenium
Acts as the wrapper for Selenium access.
SeleniumTestingEngineImpl() - Constructor for class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
setAttribute(String) - Method in interface net.sourceforge.jwebunit.api.IElement
Set an attribute on this element.
setAttribute(String, String) - Method in interface net.sourceforge.jwebunit.api.IElement
Set an attribute on this element.
setAttribute(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
 
setAttribute(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
 
setAuthorization(String, String) - Method in class net.sourceforge.jwebunit.util.TestContext
Set basic authentication information for the test context.
setBaseUrl(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Set the base url for the test context.
setBaseUrl(URL) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Set the base url for the test context.
setBaseUrl(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Set the base url for the test context.
setBaseUrl(URL) - Method in class net.sourceforge.jwebunit.junit.WebTester
Set the base url for the test context.
setBaseUrl(String) - Method in class net.sourceforge.jwebunit.util.TestContext
Set the base url for the test context.
setBaseUrl(URL) - Method in class net.sourceforge.jwebunit.util.TestContext
Set the base url for the test context.
setDefaultBrowserVersion(BrowserVersion) - 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.
setDialog(ITestingEngine) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Set the testing engine.
setDialog(ITestingEngine) - Method in class net.sourceforge.jwebunit.junit.WebTester
Set the testing engine.
setExpectedJavaScriptAlert(JavascriptAlert[]) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Tell the testing engine that the given alert boxes are expected in the given order.
setExpectedJavaScriptAlert(JavascriptAlert[]) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
setExpectedJavaScriptAlert(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Tell that the given alert boxe is expected.
setExpectedJavaScriptAlert(String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Tell that the given alert boxes are expected in the given order.
setExpectedJavaScriptAlert(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Tell that the given alert boxe is expected.
setExpectedJavaScriptAlert(String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Tell that the given alert boxes are expected in the given order.
setExpectedJavaScriptAlert(JavascriptAlert[]) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
setExpectedJavaScriptConfirm(JavascriptConfirm[]) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Tell the testing engine that the given confirm boxes are expected in the given order.
setExpectedJavaScriptConfirm(JavascriptConfirm[]) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
setExpectedJavaScriptConfirm(String, boolean) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Tell that the given confirm boxe is expected.
setExpectedJavaScriptConfirm(String[], boolean[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Tell that the given confirm boxes are expected in the given order.
setExpectedJavaScriptConfirm(String, boolean) - Method in class net.sourceforge.jwebunit.junit.WebTester
Tell that the given confirm boxe is expected.
setExpectedJavaScriptConfirm(String[], boolean[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Tell that the given confirm boxes are expected in the given order.
setExpectedJavaScriptConfirm(JavascriptConfirm[]) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
setExpectedJavaScriptPrompt(JavascriptPrompt[]) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Tell the testing engine that the given prompt boxes are expected in the given order.
setExpectedJavaScriptPrompt(JavascriptPrompt[]) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
setExpectedJavaScriptPrompt(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Tell that the given prompt boxe is expected.
setExpectedJavaScriptPrompt(String[], String[]) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Tell that the given prompt boxes are expected in the given order.
setExpectedJavaScriptPrompt(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Tell that the given prompt boxe is expected.
setExpectedJavaScriptPrompt(String[], String[]) - Method in class net.sourceforge.jwebunit.junit.WebTester
Tell that the given prompt boxes are expected in the given order.
setExpectedJavaScriptPrompt(JavascriptPrompt[]) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
setFormElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deprecated. use WebTestCase.setTextField(String, String) or other methods
setFormElement(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deprecated. use WebTester.setTextField(String, String) or other methods
setHiddenField(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Fill hidden field with the provided text.
setHiddenField(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Set a form hidden element to the provided value.
setHiddenField(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Set the value of an hidden input field.
setHiddenField(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Set the value of an hidden input field.
setHiddenField(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
setIgnoreFailingStatusCodes(boolean) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Should the tester ignore failing status codes (300+)?
setIgnoreFailingStatusCodes(boolean) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
setIgnoreFailingStatusCodes(boolean) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Should the tester ignore failing status codes (300+)?
setIgnoreFailingStatusCodes(boolean) - Method in class net.sourceforge.jwebunit.junit.WebTester
Should the tester ignore failing status codes (300+)?
setIgnoreFailingStatusCodes(boolean) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
setLabeledFormElementField(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
 
setLabeledFormElementField(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
 
setLocale(Locale) - Method in class net.sourceforge.jwebunit.util.TestContext
Set the locale for the test context.
setNTLMAuthorization(String, String, String) - Method in class net.sourceforge.jwebunit.util.TestContext
Set NTLM authentication information for the test context.
setProxyAuthorization(String, String, String, int) - Method in class net.sourceforge.jwebunit.util.TestContext
Set proxy authentication information for the test context.
setResourceBundleName(String) - Method in class net.sourceforge.jwebunit.util.TestContext
Set a resource bundle to use for the test context (will be used to lookup expected values by key in WebTester).
setScriptingEnabled(boolean) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Enable or disable Javascript support.
setScriptingEnabled(boolean) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
setScriptingEnabled(boolean) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Enable or disable Javascript support
setScriptingEnabled(boolean) - Method in class net.sourceforge.jwebunit.junit.WebTester
Enable or disable Javascript support
setScriptingEnabled(boolean) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
setTestContext(TestContext) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Allows setting an external test testContext class that might be extended from TestContext.
setTestContext(TestContext) - Method in class net.sourceforge.jwebunit.junit.WebTester
Allows setting an external test testContext class that might be extended from TestContext.
setTestContext(TestContext) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
setTestingEngineKey(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Set the Testing Engine that you want to use for the tests based on the Testing Engine Key.
setTestingEngineKey(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Set the Testing Engine that you want to use for the tests based on the Testing Engine Key.
setTextContent(String) - Method in interface net.sourceforge.jwebunit.api.IElement
Set the text content on this element.
setTextContent(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
 
setTextField(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Fill a text, password or textarea field with the provided text.
setTextField(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Set a form text, password input element or textarea to the provided value.
setTextField(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Set the value of a text or password input field.
setTextField(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Set the value of a text or password input field.
setTextField(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
setTimeout(int) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Set the timeout for the request.
setTimeout(int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
setTimeout(int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Set the timeout for the request.
setTimeout(int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Set the timeout for the request.
setTimeout(int) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
setUserAgent(String) - Method in class net.sourceforge.jwebunit.util.TestContext
 
setWorkingForm(int) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Set the form on the current page that the client wishes to work with explicitly by index in the page.
setWorkingForm(String, int) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Set the form on the current page that the client wishes to work with explicitly by either the form name or id (match by id is attempted first).
setWorkingForm(int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Set the form on the current page that the client wishes to work with explicitly by index in the page.
setWorkingForm(String, int) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Set the form on the current page that the client wishes to work with explicitly by either the form name or id (match by id is attempted first).
setWorkingForm(int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Begin interaction with a specified form.
setWorkingForm(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Begin interaction with a specified form.
setWorkingForm(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Begin interaction with a specified form.
setWorkingForm(int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Begin interaction with a specified form.
setWorkingForm(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Begin interaction with a specified form.
setWorkingForm(String, int) - Method in class net.sourceforge.jwebunit.junit.WebTester
Begin interaction with a specified form.
setWorkingForm(String, int) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
setWorkingForm(int) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
submit() - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Submit the current form with the default submit button.
submit(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Submit the current form with the specifed submit button.
submit(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Submit the current form with the specifed submit button (by name and value).
submit() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Submit the current form with the default submit button.
submit(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Submit the current form with the specified submit button.
submit(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Submit the current form with the specifed submit button (by name and value).
submit() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Submit form - default submit button will be used (unnamed submit button, or named button if there is only one on the form.
submit(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Submit form by pressing named button.
submit(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Submit the form by pressing the named button with the given value (label).
submit() - Method in class net.sourceforge.jwebunit.junit.WebTester
Submit form - default submit button will be used (unnamed submit button, or named button if there is only one on the form.
submit(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Submit form by pressing named button.
submit(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Submit the form by pressing the named button with the given value (label).
submit() - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
submit(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
submit(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 

T

Table - Class in net.sourceforge.jwebunit.html
Represents an expected table for comparison with an actual html table.
Table() - Constructor for class net.sourceforge.jwebunit.html.Table
Construct a table without providing any contents; they can be appended subsequently.
Table(Object[][]) - Constructor for class net.sourceforge.jwebunit.html.Table
Construct a table from a two dimensional array of objects.
tearDown() - Method in class net.sourceforge.jwebunit.junit.WebTestCase
 
TestContext - Class in net.sourceforge.jwebunit.util
Establish context for tests (things such as locale, base url for the application, cookies, authorization).
TestContext() - Constructor for class net.sourceforge.jwebunit.util.TestContext
Construct a test client context.
tester - Variable in class net.sourceforge.jwebunit.junit.WebTestCase
 
TESTING_ENGINE_HTMLUNIT - Static variable in class net.sourceforge.jwebunit.util.TestingEngineRegistry
Key of HtmlUnit testing engine.
TESTING_ENGINE_SELENIUM - Static variable in class net.sourceforge.jwebunit.util.TestingEngineRegistry
Key of HtmlUnit testing engine.
TestingEngineRegistry - Class in net.sourceforge.jwebunit.util
This will maintain a registry of known testing engines to be used by JWebUnit.
TestingEngineRegistry() - Constructor for class net.sourceforge.jwebunit.util.TestingEngineRegistry
 
TestingEngineRegistryException - Exception in net.sourceforge.jwebunit.exception
Exception thrown when the testing engine registry can't find the appropriat key for a specific testing engine, etc.
TestingEngineRegistryException() - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineRegistryException
 
TestingEngineRegistryException(String) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineRegistryException
 
TestingEngineResponseException - Exception in net.sourceforge.jwebunit.exception
This name reflects the name all of exceptions that will be thrown from a specific "testing engine".
TestingEngineResponseException() - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
TestingEngineResponseException(int) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
TestingEngineResponseException(int, String) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
TestingEngineResponseException(int, String, Throwable) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
TestingEngineResponseException(int, Exception) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
TestingEngineResponseException(String) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
TestingEngineResponseException(String, Throwable) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
TestingEngineResponseException(Throwable) - Constructor for exception net.sourceforge.jwebunit.exception.TestingEngineResponseException
 
toString() - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitElementImpl
 

U

UnableToSetFormException - Exception in net.sourceforge.jwebunit.exception
Represents a problem establishing a form on the current response for which a request is to be built.
UnableToSetFormException() - Constructor for exception net.sourceforge.jwebunit.exception.UnableToSetFormException
 
UnableToSetFormException(String) - Constructor for exception net.sourceforge.jwebunit.exception.UnableToSetFormException
 
uncheckCheckbox(String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Deselect a specified checkbox.
uncheckCheckbox(String, String) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Deselect a specified checkbox.
uncheckCheckbox(String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
Deselect a specified checkbox.
uncheckCheckbox(String, String) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
uncheckCheckbox(String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deselect a specified checkbox.
uncheckCheckbox(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTestCase
Deselect a specified checkbox.
uncheckCheckbox(String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deselect a specified checkbox.
uncheckCheckbox(String, String) - Method in class net.sourceforge.jwebunit.junit.WebTester
Deselect a specified checkbox.
uncheckCheckbox(String, String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
uncheckCheckbox(String) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
UnexpectedJavascriptAlertException - Exception in net.sourceforge.jwebunit.exception
A Javascript alert was displayed but not expected.
UnexpectedJavascriptAlertException(String) - Constructor for exception net.sourceforge.jwebunit.exception.UnexpectedJavascriptAlertException
 
UnexpectedJavascriptConfirmException - Exception in net.sourceforge.jwebunit.exception
A Javascript confirm was displayed but not expected.
UnexpectedJavascriptConfirmException(String) - Constructor for exception net.sourceforge.jwebunit.exception.UnexpectedJavascriptConfirmException
 
UnexpectedJavascriptPromptException - Exception in net.sourceforge.jwebunit.exception
A Javascript prompt was displayed but not expected.
UnexpectedJavascriptPromptException(String) - Constructor for exception net.sourceforge.jwebunit.exception.UnexpectedJavascriptPromptException
 
unselectOptions(String, String[]) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Unselect option(s) of a select box by value.
unselectOptions(String, int, String[]) - Method in interface net.sourceforge.jwebunit.api.ITestingEngine
Unselect option(s) of the Nth select box with the specified name by value.
unselectOptions(String, String[]) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
unselectOptions(String, int, String[]) - Method in class net.sourceforge.jwebunit.htmlunit.HtmlUnitTestingEngineImpl
 
unselectOptions(String, String[]) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 
unselectOptions(String, int, String[]) - Method in class net.sourceforge.jwebunit.selenium.SeleniumTestingEngineImpl
 

W

WebTestCase - Class in net.sourceforge.jwebunit.junit
Superclass for Junit TestCases which provides web application navigation and JUnit assertions.
WebTestCase(WebTester) - Constructor for class net.sourceforge.jwebunit.junit.WebTestCase
From 2.1 you can provide your own WebTester to run test cases.
WebTestCase(String, WebTester) - Constructor for class net.sourceforge.jwebunit.junit.WebTestCase
 
WebTestCase(String) - Constructor for class net.sourceforge.jwebunit.junit.WebTestCase
 
WebTestCase() - Constructor for class net.sourceforge.jwebunit.junit.WebTestCase
 
WebTester - Class in net.sourceforge.jwebunit.junit
Provides a high-level API for basic web application navigation and validation by providing JUnit assertions.
WebTester() - Constructor for class net.sourceforge.jwebunit.junit.WebTester
 

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

Copyright © 2002-2008 SourceForge. All Rights Reserved.