script | ||||
given page | TestPage | with content | !path lib/*.jar !define TEST_SYSTEM {slim} | import | | fitnesse.slim.test | | script:echo script | | echo to stdout | This is standard output | | echo to stderr | This is error output | | echo to stdout | !-This is multiline std output std line 2 std line 3-! | | echo to stderr | !-This is multiline error output error line 2 error line 3 -! | | |
check | request page | TestPage?test | 200 | |
check | request page | TestPage?executionLog | 200 | |
ensure | content contains | slim:fitnesse.slim.SlimService | ||
ensure | html without | \r | contains |
Standard Output:This is standard output This is multiline std output std line 2 std line 3 Standard Error:This is error output This is multiline error output error line 2 error line 3 |
show collapsed | content |