Thomas Keller

Results 92 comments of Thomas Keller

> Please take a look at the test report > > ```kotlin > FAILURE: Build failed with an exception. > > * Where: > Build file '/private/var/folders/n2/pt_35rc53tdgkld9531s2tfh0000gn/T/junit4772681132119589584/app/build.gradle.kts' line: 83 >...

> Thanks. I'm interested in understanding more about your use case for managing screenshots in Roborazzi tests. Specifically, in what situations would you prefer setting recordEnabled = false instead of...

Ok, I figured I miss something still. Even though screenshot recording and report generation works with this change, during test execution this branch is executed anyways: ```kotlin if (taskType.isEnabled() &&...

Ah ok, I think I see the culprit, fixed in revision 1a52494

Hi @takahirom, have you thought about how to continue with this?

@takahirom I made some changes to my original PR - was it this what you imagined here? Where would be a proper place to document the behaviour?

> Sorry for being super late. I think it looks great, and I would like to merge this. However, I would like to have a test that checks the priority...

Hi @takahirom, any comment on my last comment? Thanks!

Yes, but the thing is, again for stubbing, I need to have the Activity / Fragment state under control. The usual workflow for me is: * in `@Before`, setup Activity...

If I use `JavaGen` instead of `KotlinGen` as base class, the error is almost identical: ``` java.lang.NullPointerException: Cannot get property 'imports' on null object at com.javagen.schema.model.MSource$Imports.leftShift(MSource.groovy:83) at com.javagen.schema.model.MSource$Imports$leftShift.call(Unknown Source) at...