christophsturm
@Test fun `assertions in a block can be globally negated`() { val subject: Any? = "fnord" expect(subject).not().and { isNull() } }