[android-developers] Porting existing Junit test cases to Android.

2011-06-14 Thread Aman Bhardwaj
Hi, I have a set cross platform libraries(C++) which work on Windows, Mac and Android. For testing the libraries on Windows/Mac I have generated Java wrappers using Swig, and created test cases using JUnit4. My libraries dont have any UI component, everything is api calls. Now for test development

[android-developers] Porting existing junit test cases to Android

2011-06-14 Thread Aman Bhardwaj
Hi, I have a set cross platform libraries(C++) which work on Windows, Mac and Android. For testing the libraries on Windows/Mac I have generated Java wrappers using Swig, and created test cases using JUnit4. My libraries dont have any UI component, everything is api calls. Now for test develop