Ranie Jade Ramiso

Results 193 comments of Ranie Jade Ramiso

`@PartMap` does not support multi values as well. One trick around it is to extend `Map` and overriding `Map#entrySet()`, though this can break as it depends on the internals.

Thanks for the report @asubb, in the next patch release timeouts are now disabled by default. With regards with the stacktrace, I can't think of a way to fix it...

I'll probably wrap the exception into something more meaningful, i.e in the exception message include which test failed.

Another improvement here is disabling timeouts when running a debugging a test in intellij. I think it is doable with JVM but I'm not sure how to implement it in...

That usually means you have some long running logic during the discovery phase. i.e ```kotlin describe("something") { runLongRunningThing() it("some test") { ... } } ```

Probably this is the culprit? https://github.com/charleskorn/batect/blob/master/app/src/journeyTest/kotlin/batect/journeytests/VersionInfoJourneyTest.kt#L32

Is mockito thread-safe though?

Nice, I'm currently working on integrating coroutines internally - let's hold this for now until I'm done with it.

Hey @charleskorn! Yes, you find it at #835. Looks like everything is working, just need to do some testing since it is quite a big change.

@charleskorn fyi, #835 is now merged!