标签: eclipse eclipse-rcptt
我有一个文件,我想在RCPTT测试中检查它是否包含字符串。
我尝试了下面的代码,但它不起作用:
read-file -uri [concat [get-workspace-location] "myFile.csv"] | str | contains "HelloWorld" | verify-true