
Resources.FitNesseRoot.FitNesse.UserGuide.WritingAcceptanceTests.VariableScope.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.
Variable are in scope if they are defined on the page in question or in somewhere in the parent hierarchy of the page in question.
For example, lets say the variable we are interested in is X.
* If X is defined on this page then it is definately in scope.
* If X is not defined on this page but is defined in the page .FitNesse (this page's parent), then X is still in scope.
* If X is defined on .FitNesse.UserGuide.FitNesseWiki then X is not in scope because .FitNesse.UserGuide.FitNesseWiki is not a parent of this page.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy