Android Open Source - Framework Test SimpleTDD






Project Summary

A simple framework to do Test Driven Development on Android; The goal is to make tests runnable as simple as possible..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of SimpleTDD.

ItemValue
Java File Count9
Activity Count2
Fragment Count2




Java Source Files

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