Giter Club home page Giter Club logo

justtestit's Introduction

JustTestIt

Sample application showing how to integrate different testing frameworks into an Android Application.

Pure JUnit tests One module of the app is a pure java module. In there, the Java classes can be tested wiht pure JUnit. The tests sit under the src/test/ directory

The tests can be ran on the JVM using:

$./gradlew :core:test

On the android module, robolectic is added as a dependency. The robolectric plugin is configure to exclude the tests under the espresso/ directory and only run the test classes that have the "Test" suffix in their name. The tests sit under the src/androidTest/ directory. There is also a simple custom runner for robolectric.

The tests can be ran on the JVM using:

$./gradlew :app:test

It is possible to run all the pure JUnit and Robolectric tests using:

$./gradlew test

On the android module, espresso is added as a dependency. The tests sit under the src/androidTest/espresso/ directory.

The tests can be ran on a real device using:

$./gradlew connectedAndroidTest --info

Find the test report under app/build/outputs/androidTest-results/

justtestit's People

Contributors

flo-genymobile avatar sgaland avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.