For example, `expectThat(...).get(Screen::contents).contains()` might result in: ``` ▼ Expect that Screen@453d496b: ▼ contents: ✗ contains "error" found "My value | |Success |" ``` but adding `not()` in there results in simply: ``` ▼ Expect that Screen@191a709b: ▼ contents: ✗ does not contain "error" ```