mike_shysh
09/08/2017, 2:41 PMjk
09/08/2017, 2:42 PMtodd.ginsberg
09/08/2017, 2:45 PMmike_shysh
09/08/2017, 2:45 PMjk
09/08/2017, 2:47 PMVlad
09/08/2017, 2:48 PM!!
every time you are dealing with nullable value in assertion?todd.ginsberg
09/08/2017, 2:50 PMassertThat()
method.
So tests like this fail, but I would expect them to:
val x: String? = null
assertThat(x).isBlank()
mike_shysh
09/08/2017, 2:51 PMjk
09/08/2017, 2:52 PMmike_shysh
09/08/2017, 2:58 PMjk
09/08/2017, 3:01 PMmike_shysh
09/08/2017, 3:05 PMimport org.assertj.core.api.Assertions.*