博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Robolectric结合Android Studio的使用
阅读量:6587 次
发布时间:2019-06-24

本文共 369 字,大约阅读时间需要 1 分钟。

Roboletric是针对Android进行单元测试的平台。以 Java Junit 的方式运行,这样就脱离了对 Android 环境的依赖,而可以直接将 case 在 JVM 中运行,因此很适合将 Roboletric 用于 Android 的测试驱动开发。

一、Roboletric配置

build.gradle:

testImplementation "junit:junit:4.12" testImplementation "org.robolectric:robolectric:4.1" testImplementation 'org.robolectric:shadows-support-v4:3.4-rc2'

转载于:https://www.cnblogs.com/johnnyzhao/p/10386632.html

你可能感兴趣的文章
使用openssl加密文件
查看>>
启动ssh服务报错
查看>>
AIX系统中如何查看HBA卡的WWPN和微码版本
查看>>
check the manual that corresponds to your MySQL server version for the right syntax to use near
查看>>
spring创建连接池的几种方式
查看>>
在JSTL EL中处理java.util.Map,及嵌套List集合
查看>>
我的友情链接
查看>>
LAMP之网站搭建(二)
查看>>
nginx-负载均衡
查看>>
linux学习计划
查看>>
GCE 部署 ELK 7.1可视化分析 nginx
查看>>
Rancher2.0中邮件通知的设置
查看>>
OSI七层参考模型-数据链路层
查看>>
poj 1155
查看>>
JS-cookie封装
查看>>
浏览器插件 - Chrome 对 UserScript 的声明头(metadata)兼容性一览
查看>>
基本数据类型的包装类和随机数
查看>>
nginxs主配置文件
查看>>
2019.2.14 t2 程序调试
查看>>
【模板】杜教筛(Sum)
查看>>