All Downloads are FREE. Search and download functionalities are using the official Maven repository.

FitNesseRoot.Fitnesse.SuiteAcceptanceTests.SuiteResponderTests.SuiteReplaceResponder.TestReplaceContentsInPageHierarchy.content.txt Maven / Gradle / Ivy

!2 Test replacing text in a simple page hierarchy.
Replacing text in a page hierarchy should replace any matches found on all child pages.
----

!|script                                                                                     |
|given page        |ParentPage                   |with content  |some content                |
|and given page    |ParentPage.SubPage           |with content  |some other content          |
|and given page    |ParentPage.SubPage.ChildPage1|with content  |non-matching page content   |
|and given page    |ParentPage.ChildPage2        |with content  |some more matching content  |
|when replacing    |some                         |with          |any|starting from|ParentPage|
|it should list    |ParentPage                                                             |
|and it should list|ParentPage.SubPage                                                     |
|and it should list|ParentPage.ChildPage2                                                  |
|and page          |ParentPage                   |should contain|any content                 |
|and page          |ParentPage.SubPage           |should contain|any other content           |
|and page          |ParentPage.SubPage.ChildPage1|should contain|non-matching page content   |
|and page          |ParentPage.ChildPage2        |should contain|any more matching content   |




© 2015 - 2024 Weber Informatics LLC | Privacy Policy