|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gargoylesoftware.htmlunit.WebTestCase
com.gargoylesoftware.htmlunit.SimpleWebTestCase
com.gargoylesoftware.htmlunit.html.HtmlTableTest
public class HtmlTableTest
Tests for HtmlTable.
| Field Summary |
|---|
| Fields inherited from class com.gargoylesoftware.htmlunit.WebTestCase |
|---|
DEFAULT_WAIT_TIME, DEFAULT_WAIT_TIME_FACTOR, FLAG_ALL_BROWSERS, generateTest_browserVersion_, GEOLOCATION_IGNORE, JAVASCRIPT_MIME_TYPE, LINE_SEPARATOR, PORT, PORT2, PORT3, PROPERTY_GENERATE_TESTPAGES, SOCKS_PROXY_HOST, SOCKS_PROXY_PORT, SOCKS_PROXY_SKIP, URL_CROSS_ORIGIN, URL_CROSS_ORIGIN_BASE, URL_CROSS_ORIGIN2, URL_FIRST, URL_SECOND, URL_THIRD |
| Constructor Summary | |
|---|---|
HtmlTableTest()
|
|
| Method Summary | |
|---|---|
void |
asText()
|
void |
asXml_emptyTable()
|
void |
getCaptionText()
|
void |
getCellAt()
Tests getTableCell(int,int). |
void |
getCellAtColspan()
Tests getCellAt(int,int) with colspan. |
void |
getCellAtComplex()
Tests getCellAt(int,int). |
void |
getTableCell_NotFound()
Tests getTableCell(int,int) for a cell that doesn't exist. |
void |
getTableRows_WithHeadBodyFoot()
|
void |
getTableRows()
|
void |
insertionOfTbodyTags()
The common browsers will automatically insert tbody tags around the table rows if one wasn't specified. |
void |
jsInTable()
Regression test for bug 1210751: JavaScript inside <table> run twice. |
void |
rowGroupings_AllDefined()
|
void |
rowGroupings_NoneDefined()
Check to ensure that the proper numbers of tags show up. |
void |
simpleScriptable()
|
| Methods inherited from class com.gargoylesoftware.htmlunit.SimpleWebTestCase |
|---|
createNewWebClient, getJavaScriptThreads, getMockConnection, getWebClient, getWebClientWithMockWebConnection, loadPage, loadPage, loadPage, loadPage, loadPage, loadPage, loadPage, loadPageWithAlerts, loadPageWithAlerts, loadUrl, readJSThreadsBeforeTest, releaseResources, testHTMLFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HtmlTableTest()
| Method Detail |
|---|
public void getCellAt()
throws Exception
Exception - If the test fails
public void getCellAtColspan()
throws Exception
Exception - If the test fails
public void getCellAtComplex()
throws Exception
Exception - If the test fails
public void getTableCell_NotFound()
throws Exception
Exception - If the test fails
public void getTableRows()
throws Exception
Exception - if the test fails
public void getTableRows_WithHeadBodyFoot()
throws Exception
Exception - if the test fails
public void rowGroupings_AllDefined()
throws Exception
Exception - if the test fails
public void rowGroupings_NoneDefined()
throws Exception
Exception - if the test fails
public void getCaptionText()
throws Exception
Exception - if the test fails
public void insertionOfTbodyTags()
throws Exception
Exception - if the test fails
public void jsInTable()
throws Exception
Exception - if the test fails
public void simpleScriptable()
throws Exception
Exception - if the test fails
public void asText()
throws Exception
Exception - if the test fails
public void asXml_emptyTable()
throws Exception
Exception - if the test fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||