``` "a" should { it shouldNotBe null it sh...
# kotlintest
l
Copy code
"a" should {
    it shouldNotBe null
    it shouldBe "b"
    it shouldNotBe "T"
}