Damian Potyralski

Results 3 comments of Damian Potyralski

@Raibaz I think I have a similar issue, please could you check the code below: ``` @Test fun `test method`() { mockkConstructor(BaseClass::class) SimpleService().start() verify { anyConstructed().updateFromBaseClass("A") } } ``` ```...

@restfulhead I would be great to merge this in :) Hope the related PR helped a bit, but still seems some tests are failing.

> @LittleGreenYoda42 @dpotyralski Thanks, the rebase is done and the test build is now green. 🙌 > > > Is there anything else missing to get this merged? > >...