FitNesse. SuiteAcceptanceTests. SuiteWikiPageResponderTests.
TestInclude [add child]

 Set Up: .FitNesse.SuiteAcceptanceTests.SetUp (edit)

This page tests includes on a wiki page.

When a !include is the first string on a line in a wiki page, then the argument of the !include is presumed to be another wiki page. The contents of that wiki page are inserted in place of the !include.

The following is a test that demonstrates how this works.
Action Fixture.
start Page Builder
enter line included
enter page IncludedPage
Action Fixture.
start Page Builder
enter line before
enter line !include IncludedPage
enter line after
enter 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 3 included
line 5 after