felipepedroso
05/29/2019, 10:58 AMtseisel
05/29/2019, 12:03 PMfun givenX_whenY_thenZ()
.@DisplayName
annotation and nested tests to make it easier to read.
Also, both KotlinTest
and Spek
makes it easier to write readable and structured tests.felipepedroso
05/29/2019, 1:24 PMRuckus
05/29/2019, 1:39 PMEven spaces should not be used, but are allowed for some reasonUsing spaces is only an issue on Android, and last I heard there is an ongoing effort to correct that. Using spaces is excellent for tests.
itbeha
05/30/2019, 1:19 PM