TODO
/hello
<rest:request> <rest:get>/hello</rest:get> <rest:attachment>hello.txt</rest:attachment> </rest:request>Then it should produce following output:
/hello
hello.txt
(no attachment)
/hello
Hello World!When following fixture is executed:
<rest:request> <rest:get>/hello</rest:get> <rest:attachment>hello.txt</rest:attachment> </rest:request>Then it should produce following output:
/hello
hello.txt
Hello World!