dave08
val obj: Person? = .... obj should { it shouldNotBe null it.name shouldBe "b" it.age shouldNotBe 43 }