Skip to content

Commit 6e68fa6

Browse files
committed
Merge pull request tangqi92#5 from troyliu0105/master
Add tips about Unit Test
2 parents f2f55fa + 6eddb0f commit 6e68fa6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247

248248
### Picasso
249249

250-
1. [Picasso官方网站及javadoc](http://square.github.io/picasso/)
250+
1. [Picasso官方网站及javadoc](http://square.github.io/picasso/)
251251
2. [Android图片下载缓存库picasso解析](http://blog.csdn.net/xu_fu/article/details/17043231)
252252

253253
## R
@@ -326,6 +326,13 @@
326326
8. [Java(Android)中线程池的使用](http://landerlyoung.github.io/blog/2014/09/23/javazhong-xian-cheng-chi-de-shi-yong/)
327327
9. [Java(Android)线程池](http://www.trinea.cn/android/java-android-thread-pool/)
328328

329+
## U
330+
331+
### Unit Test
332+
333+
1. [Android单元测试](http://www.cnblogs.com/tianzhijiexian/p/4296055.html)
334+
2. [Don’t Test Blindly: The Right Methods for Unit Testing Your Java Apps](http://zeroturnaround.com/rebellabs/dont-test-blindly-the-right-methods-for-unit-testing-your-java-apps/)
335+
329336
## V
330337

331338
### ViewPager

0 commit comments

Comments
 (0)