GithubHelp home page GithubHelp logo

yodle / bayonet Goto Github PK

View Code? Open in Web Editor NEW
9.0 6.0 2.0 99 KB

Java framework for selectively injecting mock or real class instances when unit testing

License: Apache License 2.0

Java 100.00%

bayonet's Introduction

bayonet

Bayonet provides a framework to selectively inject mock or real class instances. It is meant to work with Android applications using Dagger 2 for dependency injection.

Check out our blog post on Medium to learn more.

Usage

Our sample-app contains Dagger modules for the Robolectric and Espresso contexts which inject most classes as a Mockito mock by default. Simply annotate a Dagger injected field with the @RealClass to prevent mock behavior.

We deliberately have not published this project to something like maven-central since it is small enough to be copied. We look forward to adding more features and publishing based on community feedback.

For more information, check out the sample-app provided in this repository.

Building And Running

Bayonet is built using Gradle. Both IntelliJ and Android Studio can import the top-level build.gradle file and will automatically generate their project files from it.

You will need to have portions of the Android SDK available in your local Maven artifact repository in order to run the sample-app.

To run Unit & Robolectric tests:

./gradlew clean test

To run Espresso tests:

./gradlew clean connectedAndroidTest

bayonet's People

Contributors

jamesonmortimer avatar martinrybak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bayonet's Issues

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.