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

FitNesseRoot.Fitnesse.SuiteAcceptanceTests.SuiteSlimTests.TestHtmlContent.content.txt Maven / Gradle / Ivy

Slim tables can contain HTML content. If content qualifies as HTML, it is passed to the SUT as HTML.

!**> scenarios
!define html {| !note > 50% (note) |
| !meta < 50% (meta) |}

!define no_html {< 50%}

| scenario | Content | content | is returned as | out |
| check | echo | @content | @out |
| set name | @content |

| scenario | And the SUT sees | substring |
| ensure | name contains | @substring |
*!

-|script|
| Content | ${html} | is returned as | ${html} |
| And the SUT sees | !note > 50% (note) |
| And the SUT sees | !meta < 50% (meta) |

-|script|
| Content | ${no_html} | is returned as | ${no_html} |
| And the SUT sees | < 50% |




© 2015 - 2025 Weber Informatics LLC | Privacy Policy