Giter Site home page Giter Site logo

mockito-kt's People

Contributors

paslavsky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

mockito-kt's Issues

Cool to have default times(1) inside verify

Will be great to have the option to not use times(1).. just to avoid a lot of times(1) all over the place

Instead of:

       verify(mockedView) {
            times(1).initViews()
            times(1).setImage(user.photoUrl)
        }

have

       verify(mockedView) {
            initViews()
            setImage(user.photoUrl)
        }

Could not resolve mockito kt on maven repository

Hi, Im getting:

    > Could not resolve net.paslavsky.kotlin:mockito-kt:0.0.4-beta.
         > Could not get resource 'http://paslavsky.homeunix.net:8000/nexus/content/repositories/releases/net/paslavsky/kotlin/mockito-kt/0.0.4-beta/mockito-kt-0.0.4-beta.pom'.
            > Could not HEAD 'http://paslavsky.homeunix.net:8000/nexus/content/repositories/releases/net/paslavsky/kotlin/mockito-kt/0.0.4-beta/mockito-kt-0.0.4-beta.pom'. Received status code 503 from server: Ser

why?

Gradle Support for Android

Hey,

Could you make it available through Gradle?

I could use these improvements to test my Android app.

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.