Re: [android-developers] how to do JUnit testing

2013-04-23 Thread Indicator Veritatis
The android.developer.com sites that SO post refers to are good, despite the low votes both the question and the answers got on SO. Couldn't you find an SO post that got better votes? The rest of the SO post is quite worthy of being completely ignored. On Monday, April 22, 2013 3:19:01 AM UTC-7

Re: [android-developers] how to do JUnit testing

2013-04-22 Thread Asheesh Arya
http://stackoverflow.com/questions/10845937/how-to-do-junit-testing-in-android On Mon, Apr 22, 2013 at 3:37 PM, Sadhna Upadhyay wrote: > Hi guys, > can some one tell me that how to do JUnit testing in > android.please help me if any one have any idea about it > thank you very much in

[android-developers] how to do JUnit testing

2013-04-22 Thread Sadhna Upadhyay
Hi guys, can some one tell me that how to do JUnit testing in android.please help me if any one have any idea about it thank you very much in advance. Thanks and regards: sadhna -- -- You received this message because you are subscribed to the Google Groups "Android Developers

[android-developers] How to do JUnit Testing for Android Phone.

2010-07-19 Thread Bharathi raja
Hi All, Please anyone help me, how to do JUnit Testing for Android phone(Not for Android application). I have a doubt whether Junit Testing for android phone required android source code or only class name are enough to do. -- You received this message because you are subscribed to the Google

[android-developers] How to do JUnit testing for database access?

2008-10-30 Thread Iroid
Hello Everyone, I have to test a class which is heavily accessing database. Now to access database I needed "context" this was done by passing current "activity" reference. In JUnit I couldn't find any way to create activity and pass in to those methods. I found ActivityUnitTestCase< T > in andr