Git Product home page Git Product logo

Comments (7)

oleksiyp avatar oleksiyp commented on May 15, 2024

Basically it is not supported. #39

from mockk.

Albert-Gao avatar Albert-Gao commented on May 15, 2024

You need to use mockito-android.

But:

You can't mock the final class on Android with mockito.

So you have to make your kotlin class open.
You can do it via hand or use gradle plugin like allopen

But. still one more thing:

You can not mock API from a jar file, or a 3rd party lib even you mark everything as open!!!

In my case, which means I am screwed.... the whole thing needs to be redeisgn in order to emebed the gradle project rather than just a file.

from mockk.

oleksiyp avatar oleksiyp commented on May 15, 2024

Sad story.

From my side I was making first steps to reimplement Android instrumentation test support. But this is hard task. Linkedin guys wrote so much code just for that support. https://github.com/linkedin/dexmaker

from mockk.

Albert-Gao avatar Albert-Gao commented on May 15, 2024

@oleksiyp

Haha, it's indeed very sad. Hope mockk can make it happen, or give some advices on how to workaround the platform restriction.

Tried that before. Still has that restriction. Can't mock a 3rd party lib. Which in my case, a .jar file equals a 3rd party lib.

And to be honest, if the multi-platform project could support my use case. I won't need to depend on a file at all.

Anyway. Just

from mockk.

Albert-Gao avatar Albert-Gao commented on May 15, 2024

Latest update of mockito 2.18.3 solves the problem.
Now you can use mockito-android to mock a open class in Android Instrumentation test even it is in a .jar file

But would be much better if I can just use mockk for this 😞
Keep up the good work! Love this project.

from mockk.

oleksiyp avatar oleksiyp commented on May 15, 2024

Duplicate for #39. Closing. Soon to be redolved

from mockk.

Aberrantfox avatar Aberrantfox commented on May 15, 2024

So... what was the solution, then?

from mockk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.