
Resources.FitNesseRoot.FitNesse.SuiteAcceptanceTests.SuiteWidgetTests.TestTheXrefWidget.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.
The !-!see-! widget takes a page name as argument. It displays the fully qualified page name in bold, prefixed by '''See:'''
|Comment|
|!c '''Markup Text'''|!c '''Displayed as'''|
|!-!see SomeTestPage-!|!see SomeTestPage|
Create some page.
|script|
|start|Page Builder|
|line|Dummy Text|
|page|!-SomePage-!|
Create a suite page with a !-!see-! widget
|script|
|start|Page Builder|
|line|!-!see SomePage-!|
|page|!-SuitePage-!|
Get the Suite page.
|Response Requester.|
|uri |valid?|
|!-SuitePage-!|true|
|Response Examiner.|
|contents?|
||
Make sure the page name is formatted properly
!|Response Examiner.|
|type |pattern|matches?|
|contents|See: SomePage|true|
Check the !-!see-! widget with decorated !-SubWiki-! markup.
Create another page.
|script|
|start|Page Builder|
|line|Dummy Text|
|page|!-AnotherPage-!|
Create a page with a !-!see-! widget with decorated markup
|script|
|start|Page Builder|
|line|!-!see [[another page][.AnotherPage]]-!|
|page|!-YetAnotherPage-!|
Get the Suite page.
|Response Requester.|
|uri |valid?|
|!-YetAnotherPage-!|true|
|Response Examiner.|
|contents?|
||
Make sure the page name is formatted properly
!|Response Examiner.|
|type |pattern|matches?|
|contents|See: another page|true|
© 2015 - 2025 Weber Informatics LLC | Privacy Policy