Tyler Thrailkill

Results 185 comments of Tyler Thrailkill

For our use case we use many top-level kotlin functions for creating objects for tests. We use these 'factory' methods in our tests. Needing to import tens of objects for...

@JakeWharton The IDE usually adds them. I do see some issues sometimes with top-level functions if they are named the same as the variable I'm creating. for example: this top...

does this mean I'll need to change my keymap to include `HOLD_ON_OTHER_KEY_PRESS`?

We need to use postman or rabbit to hit our api. We already have the code built, but trying to reproduce bugs is a pain in the butt when we...

Yeah I know I can do that, I'd rather just have a plugin that does it though. Then I can set it to a shortcut to trigger when I need...

Awesome! I know it's probably not easy, it would just be fantastic for generating json for our team.

I guess I'm just unsure of how to tell the gradle plugin to use my local copy of pit for the debug points. I have managed to get the gradle...

sorry yes that's what I mean. I add the above flags, wait for the gradle plugin to kick off the PIT process, which then waits for a debugger to be...

Nope. Well sorta. I am able to get a debug point to hit in `MutationCoverageReport`, but I don't need it to stop there. I need it to stop in `CoverageMinion`,...