bbaldino
08/06/2020, 4:42 PMtestContext
member in a ShouldScope
, does something equivalent exist in kotest?bbaldino
08/06/2020, 4:44 PMShouldSpecContextScope
I haven't found anything, but hoping maybe that feature is done another way nowwasyl
08/06/2020, 5:44 PMbbaldino
08/06/2020, 5:46 PMwithConfig(...)
that set a config and then another helper getValue
to retrieve a value from that set config. I ended up having to create my own scope class which has the configuration set. So I had to do it within that scope, i.e.:
withConfig(...) {
...
getValue(...) shouldBe ...
}
wasyl
08/06/2020, 5:51 PMcoroutineContext
?bbaldino
08/06/2020, 5:51 PMsam
08/07/2020, 1:15 AMsam
08/07/2020, 1:15 AMbbaldino
08/07/2020, 1:18 AMbbaldino
08/07/2020, 1:18 AMsam
08/07/2020, 1:19 AMsam
08/07/2020, 1:19 AMbbaldino
08/07/2020, 1:20 AMbbaldino
08/07/2020, 3:32 PMbbaldino
08/07/2020, 3:33 PM