Currently, the only way to check that there was no output is to use `.stdout().is("")`. I think that `.stdout().empty()` will be more elegant.
Currently, the only way to check that there was no output is to use
.stdout().is("").I think that
.stdout().empty()will be more elegant.