Ability to filter test tree by thrown exception (or lack of). ``` Test test = ... filter(IoException.class, test); ```