
Resources.FitNesseRoot.FitNesse.SuiteAcceptanceTests.SuiteSymbolicLinkTests.TestSymbolicLinkBehavior.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.
After a Symbolic Link is created, it is possible to view it as a normal page as well as it's children.
!include CreateRelativeSymbolicLink
Now add a child on the linked page.
!|Page creator.|
|Page name.|valid?|
|LinkedPage.ChildPage|true|
Let's load and view the symbolic link page.
!|Response Requester.|
|uri |status?|
|LinkingPage.SymLink|200|
!|Response Examiner.|
|type |pattern|matches?|
|contents|LinkingPage.SymLink |true|
Now let's load and view the child page beneath the symbolic link page.
!|Response Requester.|
|uri |status?|
|LinkingPage.SymLink.ChildPage|200|
!|Response Examiner.|
|type |pattern|matches?|
|contents|LinkingPage.SymLink.ChildPage |true|
© 2015 - 2025 Weber Informatics LLC | Privacy Policy