
Resources.FitNesseRoot.FitNesse.SuiteAcceptanceTests.SuiteWidgetTests.TestSimpleTable.content.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitnesse Show documentation
Show all versions of fitnesse Show documentation
The fully integrated standalone wiki, and acceptance testing framework.
!3 This page tests a simple one-line table.
A simple table is created as follows {{{|a|b|c|}}} The resulting text will be rendered in a one line table of the form.{{{
a b c
}}}
#
* First create a page with a simple table in it.
#
|script|
|start|Page Builder|
|line|!-|a|b|c|-!|
|page|!-SimpleTablePage-!|
#
* Then request that page
#
|Response Requester.|
|uri|valid?|contents?|
|!-SimpleTablePage-!|true||
#
* Make sure the html is correct for a simple table.
#
|Response Examiner.|
|type|pattern|matches?|wrapped html?|
|contents|a|true||
|Response Examiner.|
|type|number|string?|
|line|1|!-<table>-!|
|line|2|!-<tr>-!|
|line|3|!-<td>a</td>-!|
|line|4|!-<td>b</td>-!|
|line|5|!-<td>c</td>-!|
|line|6|!-</tr>-!|
|line|7|!-</table>-!|
© 2015 - 2025 Weber Informatics LLC | Privacy Policy