All Downloads are FREE. Search and download functionalities are using the official Maven repository.

FitNesseRoot.Fitnesse.SuiteAcceptanceTests.SuiteWidgetTests.TestSubPageWidget.content.txt Maven / Gradle / Ivy

!2 The Sub Page widget.
Sometimes we want to conveniently create a link to a sub page.  We could do this by using the syntax ''!-SuperPage.SubPage-!'', but this is inconvenient.  Instead we want to be able to say ''!-^SubPage-!''.

!|Page creator.|
|Page name.|Page contents.|Page attributes.|valid?|
|SuperPage|^SubPage||true|

!|Response Requester.|
|uri|valid?|contents?|
|SuperPage|true||

The widget should translate into a ? link of the form:
 * ''!-^SubPage-![?]''
!|Response Examiner.|
|type  |pattern|matches?|value|
|contents|\^SubPage\[\?\]|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|\^SubPage|true||




© 2015 - 2024 Weber Informatics LLC | Privacy Policy