Coder Social home page Coder Social logo

gradledemo's Introduction

Gradle 相关项目

  • translateplugin 为gradle插件, 模拟参数传递等
  • app 为使用translateplugin插件,且配置好checktyle的App, git commit之前会执行 checkstyle
  • app 中使用 Roboletric 进行单元测试, 参考文章 用Robolectric来做Android unit testing

使用 Roboletric做单元测试时测试代码在 src/test目录,而不是 src/androidTest目录. 第一次运行 测试用例时会下载相关依赖

保证项目的代码质量三部曲

  1. 代码规范
  2. 单元测试 ( 少量的ui测试 ), 单元测试主要测试热点业务逻辑以及数据相关的接口
  3. Code Review 机制, (代码的逻辑、设计、重构方法等)
  1. git commit 阶段执行 checkstyle
  2. git push 阶段执行 ut
  3. pull request时执行code review

测试选型

  1. Robolectric 、Mockito 测试业务逻辑, 包括 数据库、网络数据解析、Presenter业务逻辑, 脱离Android虚拟机,测试更快速.
  2. Espresso 测试部分稳定的ui逻辑

注意两种测试类型的配置

参考文章

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.