Test Output Index

testTextRow_Pass

fitnesse table before run:
HtmlFixture
http://firstthePage
Element FocustitleTagtitletheTitle
TextThis is the Title
fitnesse table after run:
HtmlFixture
http://first
loaded time: 0 milliseconds
thePage<?xml version="1.0" encoding="ISO-8859-1"?>
<html id="htmlTag">
  <head id="headTag">
    <title id="titleTag">
      This is the Title
    </title>
  </head>
  <body id="bodyTag">
     This is the body
  </body>
</html>
Element FocustitleTag
titletheTitle<title id="titleTag">
  This is the Title
</title>
TextThis is the Title

testTextRow_Fail

fitnesse table before run:
HtmlFixture
http://firstthePage
Element FocustitleTagtitletheTitle
Textblah
fitnesse table after run:
HtmlFixture
http://first
loaded time: 0 milliseconds
thePage<?xml version="1.0" encoding="ISO-8859-1"?>
<html id="htmlTag">
  <head id="headTag">
    <title id="titleTag">
      This is the Title
    </title>
  </head>
  <body id="bodyTag">
     This is the body
  </body>
</html>
Element FocustitleTag
titletheTitle<title id="titleTag">
  This is the Title
</title>
Textblah expected
This is the Title actual

testHasTextRow_Pass

fitnesse table before run:
HtmlFixture
http://firstthePage
Element FocustitleTagtitletheTitle
Has Textthe Title
fitnesse table after run:
HtmlFixture
http://first
loaded time: 0 milliseconds
thePage<?xml version="1.0" encoding="ISO-8859-1"?>
<html id="htmlTag">
  <head id="headTag">
    <title id="titleTag">
      This is the Title
    </title>
  </head>
  <body id="bodyTag">
     This is the body
  </body>
</html>
Element FocustitleTag
titletheTitle<title id="titleTag">
  This is the Title
</title>
Has Textthe Title

testHasTextRow_Fail

fitnesse table before run:
HtmlFixture
http://firstthePage
Element FocustitleTagtitletheTitle
Has Textblah
fitnesse table after run:
HtmlFixture
http://first
loaded time: 0 milliseconds
thePage<?xml version="1.0" encoding="ISO-8859-1"?>
<html id="htmlTag">
  <head id="headTag">
    <title id="titleTag">
      This is the Title
    </title>
  </head>
  <body id="bodyTag">
     This is the body
  </body>
</html>
Element FocustitleTag
titletheTitle<title id="titleTag">
  This is the Title
</title>
Has Textblah
This text was not found

testMatchesTextRow_Pass

fitnesse table before run:
HtmlFixture
http://firstthePage
Element FocustitleTagtitletheTitle
Matches TextThis.*Title
fitnesse table after run:
HtmlFixture
http://first
loaded time: 0 milliseconds
thePage<?xml version="1.0" encoding="ISO-8859-1"?>
<html id="htmlTag">
  <head id="headTag">
    <title id="titleTag">
      This is the Title
    </title>
  </head>
  <body id="bodyTag">
     This is the body
  </body>
</html>
Element FocustitleTag
titletheTitle<title id="titleTag">
  This is the Title
</title>
Matches TextThis.*Title
matched with: This is the Title

testMatchesTextRow_Fail

fitnesse table before run:
HtmlFixture
http://firstthePage
Element FocustitleTagtitletheTitle
Matches TextThis.Title
fitnesse table after run:
HtmlFixture
http://first
loaded time: 0 milliseconds
thePage<?xml version="1.0" encoding="ISO-8859-1"?>
<html id="htmlTag">
  <head id="headTag">
    <title id="titleTag">
      This is the Title
    </title>
  </head>
  <body id="bodyTag">
     This is the body
  </body>
</html>
Element FocustitleTag
titletheTitle<title id="titleTag">
  This is the Title
</title>
Matches TextThis.Title
This pattern was not found