robfletcher
08/26/2018, 9:19 PMrobfletcher
08/26/2018, 9:20 PMchristophsturm
08/27/2018, 1:57 PMrobfletcher
08/27/2018, 2:34 PMchristophsturm
08/27/2018, 2:38 PMrobfletcher
08/27/2018, 3:35 PM+
just means "absolute latest"robfletcher
08/27/2018, 9:47 PMchristophsturm
08/28/2018, 9:36 AMchristophsturm
08/31/2018, 12:14 PMformatValue
a public api?robfletcher
08/31/2018, 1:40 PMchristophsturm
08/31/2018, 5:22 PMpp
https://ruby-doc.org/stdlib-2.1.1/libdoc/pp/rdoc/PP.htmlrobfletcher
08/31/2018, 5:33 PMchristophsturm
08/31/2018, 5:41 PMchristophsturm
08/31/2018, 5:42 PMrobfletcher
08/31/2018, 5:42 PMrobfletcher
08/31/2018, 5:42 PMchristophsturm
08/31/2018, 5:42 PMchristophsturm
08/31/2018, 5:43 PMrobfletcher
08/31/2018, 5:43 PMchristophsturm
08/31/2018, 5:43 PMchristophsturm
09/05/2018, 9:24 AMmap { field }.isEqual...
be nicer to read than map {it.field}.is..
?christophsturm
09/05/2018, 12:03 PM@Test
fun `assertions in a block can be globally negated`() {
val subject: Any? = "fnord"
expect(subject).not().and {
isNull()
}
}
robfletcher
09/05/2018, 12:56 PMchristophsturm
09/05/2018, 1:10 PMnot
method that takes a block then we can write and().not {}
instead of not().and {}
robfletcher
09/05/2018, 10:03 PMchristophsturm
09/06/2018, 11:24 AMchristophsturm
09/06/2018, 11:25 AMchristophsturm
09/06/2018, 2:16 PMnot
https://github.com/robfletcher/strikt/pull/86robfletcher
09/06/2018, 2:31 PMrobfletcher
09/06/2018, 3:30 PMexpectThat
just hesitating due to breaking nature of the change