
Resources.FitNesseRoot.FitNesse.SuiteAcceptanceTests.SuiteResponderTests.SuiteReplaceResponder.TestReplacementWithPatternGroups.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.
!2 Test replacing text using pattern groups.
This replacement uses regular expression and matching group to exchange two words in a some page content.
----
!|script |
|given page |SomePage |with content |group1 nogroup group2 |
|replacement response from|(group[^ ]*) nogroup (group[^ ]*)|with |$2 irrelevant $1|should contain|SomePage|
|page |SomePage |should contain|group2 irrelevant group1 |
© 2015 - 2025 Weber Informatics LLC | Privacy Policy