FitNesse. SuiteAcceptanceTests. SuiteWidgetTests.
TestIncludeSeamless [add child]

 Scenario Libraries

This page tests seamless includes on a wiki page.


NOTE - this is not part of the 20050301 release, but is checked in and will be part of the next release

You can follow !include (see TestInclude) with the option "-seamless", which renders the included comment with no additional decoration.

The following is a test that demonstrates how this works.
script
start Page Builder
line included line 1
line included line 2
page IncludedPage
script
start Page Builder
line before
line &bang;include -seamless IncludedPage
line after
page IncludingPage
Response Requester.
uri valid? contents?
IncludingPage true  
Response Examiner.
type pattern matches? value
contents included true  
Response Examiner.
type number string?
line 1 before
line 2 included line 1
line 3 included line 2
line 4 after