nerses
03/20/2017, 3:20 PMnerses
03/20/2017, 3:20 PMxenomachina
03/27/2017, 5:07 PMshouldbe
and shouldEqual
? The docs seem to suggest that they are the same, but I'm getting different behavior (using kotlintest 2.0.0)aleix
03/27/2017, 5:14 PMxenomachina
03/27/2017, 5:27 PMxenomachina
03/27/2017, 5:27 PM"fooburbaz" shouldBe "foobarbaz"
I get "expected:<foob[u]rbaz> but was:<foob[a]rbaz>"xenomachina
03/27/2017, 5:28 PM"fooburbaz" shouldEqual "foobarbaz"
I get "fooburbaz did not equal foobarbaz"aleix
03/27/2017, 5:33 PMshouldBe
opens the intellij dialog, do it?
I will take a look into the shouldEqual
implementation.aleix
03/27/2017, 5:34 PMxenomachina
03/27/2017, 5:53 PMaleix
03/27/2017, 5:56 PMkrzysztofbalana
04/01/2017, 9:02 AMkrzysztofbalana
04/01/2017, 9:02 AMkrzysztofbalana
04/01/2017, 9:02 AMkrzysztofbalana
04/01/2017, 9:03 AMkrzysztofbalana
04/01/2017, 9:04 AMkrzysztofbalana
04/01/2017, 9:04 AMkrzysztofbalana
04/02/2017, 6:43 PMaleix
04/02/2017, 7:39 PMelect
04/06/2017, 9:56 AMjava.lang.IncompatibleClassChangeError: Implementing class
in my testelect
04/06/2017, 9:56 AMelect
04/06/2017, 9:56 AMaleix
04/07/2017, 9:06 AMaleix
04/07/2017, 9:06 AMelect
04/07/2017, 9:07 AMelect
04/07/2017, 9:08 AMaleix
04/07/2017, 9:10 AMaleix
04/07/2017, 9:11 AMelect
04/07/2017, 9:18 AMtapac
04/10/2017, 8:47 AM