/test/lib/string/test_string.e
http://github.com/tybor/Liberty · Specman e · 20 lines · 16 code · 4 blank · 0 comment · 0 complexity · 9a130cd0ff565a9a0244e403155986a7 MD5 · raw file
- class TEST_STRING
- insert
- EIFFELTEST_TOOLS
- create {}
- make
- feature {}
- make
- do
- echo("a string%N")
- echo("a fixed string%N".intern)
- end
- echo (s: ABSTRACT_STRING)
- do
- s.print_on(std_output)
- end
- end