A simple framework to do Test Driven Development on Android; The goal is to make tests runnable as simple as possible..
SimpleTDD is hosted in the following web site
https://github.com/tklee1975/SimpleTDD
If you think the Android project SimpleTDD listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SimpleTDD.
Item | Value |
---|---|
Java File Count | 9 |
Activity Count | 2 |
Fragment Count | 2 |
SimpleTDD has the following Java source files.
com.kencoder.simpletdd.ApplicationTest.java com.kencoder.simpletdd.MainActivity.java com.kencoder.simpletdd.core.BaseTestFragment.java com.kencoder.simpletdd.core.TestHelper.java com.kencoder.simpletdd.core.TestMenuView.java com.kencoder.simpletdd.core.TestSuiteActivity.java com.kencoder.simpletdd.core.TestSuiteFragment.java com.kencoder.simpletdd.core.TestSupportDelegate.java com.kencoder.simpletdd.demo.MyTestFragment.java