
Resources.FitNesseRoot.FitNesse.SuiteAcceptanceTests.SuiteWidgetTests.TestGtSubPageWidgetInAlias.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.
!2 The Sub Page widget in an alias.
!note we are deprecating the ^ syntax in favor of the > syntax.
Sometimes we want to create an alias to a subpage link as follows: !-[[click here][>SubPage]]-!.
!|Page creator.|
|Page name.|Page contents.|Page attributes.|valid?|
|SuperPage|[[tag][>SubPage]]||true|
!|Response Requester.|
|uri|valid?|contents?|
|SuperPage|true||
The widget should translate into a ? link of the form:
* ''tag[?]''
!|Response Examiner.|
|type |pattern|matches?|value|
|contents|tag\[\?\]|true||
If the sub page is already present, then the widget should translate into a normal link.
!|Page creator.|
|Page name.|Page contents.|Page attributes.|valid?|
|SuperPage.SubPage|nothing||true|
!|Response Requester.|
|uri|valid?|contents?|
|SuperPage|true||
!|Response Examiner.|
|type |pattern|matches?|value|
|contents|tag|true||
© 2015 - 2025 Weber Informatics LLC | Privacy Policy