rpillay
10/27/2020, 6:16 AMwasyl
10/27/2020, 6:56 AMrpillay
10/27/2020, 7:05 AMLeoColman
10/27/2020, 1:53 PMwasyl
10/27/2020, 1:57 PMsam
10/27/2020, 1:58 PMLeoColman
10/27/2020, 2:04 PMsam
10/27/2020, 2:04 PMLeoColman
10/27/2020, 2:08 PMwasyl
10/27/2020, 2:09 PMsam
10/27/2020, 2:10 PMwasyl
10/27/2020, 2:17 PMsam
10/27/2020, 2:17 PMwasyl
10/27/2020, 2:23 PMsam
10/27/2020, 2:23 PMwasyl
10/27/2020, 2:26 PMprivate suspend fun DescribeScope.whenTimeAdvancesBy(duration: Duration, block: suspend DescribeScope.() -> Unit) =
describe("when time advances by $duration") {
Dispatchers.testMainDispatcher.advanceTimeBy(duration)
block()
}
and another similar one with two nested describes and an assertion. And like 5 mocks with generic paramssam
10/27/2020, 2:29 PMrpillay
10/28/2020, 4:38 AMcheckAll(Arb.string(), Arb.string().orNull(), Arb.string().orNull(), Arb.string().orNull())
I wonder if thats the reasonsam
10/28/2020, 4:51 AMrpillay
10/28/2020, 7:09 AM