When starting your tests from the command line you do get results
back. More information can be found here:
http://developer.android.com/reference/android/test/InstrumentationTestRunner.html
/Renas
On Apr 28, 3:58 am, yam lik <
aoiayasak...@gmail.com> wrote:
> Dear robotium developers, is there any way to display name of test case
> that carry out successfully and failed while using the command below
>
> start /b adb -s 0123456789ABCDEF shell am instrument -w -e class com.mobile.test.testcalcbasic
>
> com.mobile.test/android.test.InstrumentationTestRunner
>
> If there is any of them, kindly give me some direction, thank you very much.