
Resources.FitNesseRoot.FitNesse.SuiteAcceptanceTests.SuiteResponderTests.SuiteRenameResponder.TestRenameMovesChildPages.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.
!c !3 When a page is renamed all of its child pages remain intact.
First build the page with children.
!|Page creator.|
|Page name.|Page contents.|valid?|
|ParentPage|parent|true|
|ParentPage.ChildPage|child page|true|
Then rename the parent page.
!|Response Requester.|
|uri |status?|
|ParentPage?responder=renamePage&newName=NewParentPage||
Next fetch the child page using the parent's new name.
!|Response Requester.|
|uri|valid?|contents?|
|NewParentPage.ChildPage|true||
The child page's content should be the same.
|Response Examiner.|
|type |pattern|matches?|wrapped html?|
|contents|child page|true||
© 2015 - 2025 Weber Informatics LLC | Privacy Policy