Verifies that this value is null
fun Any?.shouldBeNull(): Unit
Verifies that this is not null
fun Any?.shouldNotBeNull(): Unit