Björn Quentin

Results 156 comments of Björn Quentin

On my side the tests looked good - if you are currently running into this it would be great if you could try this branch and if it works for...

Hi, what special problems are you facing when testing activities and fragments with Android Unit Tests/PowerMock/UnMock ? In general you can create an instance of the class under test in...

I'll have a look into that. Just to double check: the objective is to get rid of Robolectric and just use Android's plain Unit Test + PowerMock(ito) + UnMock plugin?...

I had a look into the MainActivityTest. Since I am used to PowerMock(ito) I used that to mock things - seems you prefer the EasyMock API - but this should...

UnMock basically copies the original classes into the classpath (besides doing some class file transformation magic). That works for a lot of classes - e.g. TextUtils, SparseArray ..... It doesn't...

Thanks for raising this issue - originally I considered using GitHub packages but probably Central is more convenient for the users. I requested to add unmock to Maven Central -...

I haven't heard anything about my opened ticket - maybe they are very busy because JCenter is shutting down I will wait a few days more and if I don't...

Should be available on Central: https://search.maven.org/search?q=a:unmockplugin Please note that the the group id had to be changed in order to publish on Central: ``` buildscript { repositories { mavenCentral() }...

Thanks for the suggestion - do you have any link on documentation on how to add to the Gradle plugin repository? In the meantime it should be possible to use...

thanks for the link - seems it's what I was looking for