Included page: .FitNesse.SuiteAcceptanceTests.SetUp (edit)
Import |
fitnesse.fixtures |
SetUp |
Included page: CreateNestedBackSymbolicLink (edit)
Create an nested backward symbolic link from a sub-page:
First we need to create some pages to play with.
Now we create a symbolic link named SymLink. This links LinkedPage.LinkedChild as a child of LinkingPage.LinkingChild.
First we need to create some pages to play with.
Page creator. | ||
Page name. | PageContents. | valid? |
LinkingPage | LINKING PAGE | true |
LinkingPage.LinkingChild | LINKING CHILD | true |
LinkingPage.LinkingChild.LinkingGrandChild | LINKING GRAND CHILD | true |
LinkingPage.LinkingChild.LinkingGrandChild.LinkingGreatGrandChild | LINKING GREAT GRAND CHILD | true |
LinkingPage.LinkingChild.LinkedChild | LINKED CHILD | true |
Now we create a symbolic link named SymLink. This links LinkedPage.LinkedChild as a child of LinkingPage.LinkingChild.
Response Requester. | |
uri | status? |
LinkingPage.LinkingChild.LinkingGrandChild.LinkingGreatGrandChild?responder=symlink&linkName=SymLink&linkPath=<LinkingChild.LinkedChild | 303 |
Creating a symlink will redirect back to the properties page.
Response Examiner. | |||
type | pattern | matches? | contents? |
contents | Location: /LinkingPage.LinkingChild.LinkingGrandChild.LinkingGreatGrandChild\?properties | true |
Let's have a look at the properties view.
Response Requester. | |
uri | status? |
LinkingPage.LinkingChild.LinkingGrandChild.LinkingGreatGrandChild?properties | 200 |
The newly created symbolic link will be listed along with a link to the linked page.
Response Examiner. | ||
type | pattern | matches? |
contents | SymLink | true |
contents | <a href=".LinkingPage.LinkingChild.LinkedChild"><LinkingChild.LinkedChild</a> | true |
Keyboard Shortcuts ?
General
- t Test page or suite
- e Edit page
- v View page (after test)
- a Add new page
Go To
- g u User Guide
- g q Quick Reference Guide
- g f Full Reference Guide
- g c Recent Changes
Edit Mode
- CTRL+s Save page
- ESC Cancel edit
Tools
- p Properties
- w Where used?
- AK+v Versions
- AK+h Page History
- / Focus on search bar
- s Open search page