Support assertion for:
- printed shell message

实现方案a. 自动把上一条命令的输出重定向到文件.
- no "ERROR" string in output
- web UI
- File contains some code:

for example , add a new annotation
```go @assert.in.file xxx/xxx_api.go
type XXX interface{
}
```
- tail 日志,在一定时间内有关键词xxx
这个感觉更适合提供一个shell函数,用不可见shell 来断言?