variable defined: TEST_SYSTEM=slim

Wiki pages should display page tags within the header.


Page with tags specified - should include tags in header.

Page creator.
Page name. Page contents. Page attributes. valid?
PageWithTags page with tags Suites=Tags For The Page true

Response Requester.
uri valid?
PageWithTags true

Response Examiner.
type pattern matches?
contents <span class="tag">Tags For The Page</span> true


Page with no tags specified - should not include blank H5 html element in header.

Page creator.
Page name. Page contents. Page attributes. valid?
PageWithNoTags. page with no tags true

Response Requester.
uri valid?
PageWithNoTags true

Response Examiner.
type pattern matches?
contents <header>.*<h5>.*</h5>.*</header> false


Refactor confirmation page with tags specified - should include tags in header.

Response Requester.
uri valid?
PageWithTags?refactor&type=move true

Response Examiner.
type pattern matches?
contents <span class="tag">Tags For The Page</span> true


Test results page with tags specified - should include tags in header.


script Page Builder
attributes Suites=Tags On Test Page
line !path lib/*.jar
line |!-fitnesse.testutil.PassFixture-!|
page TestPage

Response Requester.
uri valid?
TestPage?responder=test true

Response Examiner.
type pattern matches?
contents Tags On Test Page true


Test results error log page with tags specified - should include test's tags in header.

Response Requester.
uri valid?
TestPage?executionLog true

Response Examiner.
type pattern matches?
contents <span class="tag">Tags On Test Page</span> true