
Resources.FitNesseRoot.FitNesse.SuiteAcceptanceTests.SuiteWidgetTests.TestIncludeSubPage.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 includes of a sub page.
Make sure the !-!include >MySubPage-! syntax works.
#
* First create a page to be included.
#
|script|
|start|Page Builder|
|line|this subpage was included 3.14159|
|page|!-IncludingPage.IncludedPage-!|
#
* Next create a page to do the including.
#
|script|
|start|Page Builder|
|line|before|
|line|!-&bang;include >IncludedPage-! |
|line|after|
|page|!-IncludingPage-!|
#
* Then request the including page.
#
|Response Requester.|
|uri|valid?|contents?|
|!-IncludingPage-!|true||
#
* Examine the requested page to be sure the included page was in fact included.
#
|Response Examiner.|
|type|pattern|matches?|value|
|contents|this subpage was included 3.14159|true||
#
© 2015 - 2025 Weber Informatics LLC | Privacy Policy