Hello, I am new to using JUnit framework in Android. I checked tests folder of sample applications provided by Google. Android allows feature of creating test suite of small OR medium OR large tests using "adb shell am instrument -e size small \ medium \ large".
Kindly suggest the criteria of deciding if a test should be marked as @SmallTest OR @MediumTest OR @LargeTest? I studied InstrumentationTestRunner class source code and found that endTest function calculates execution time of test and can print a test should belong to which test suite. Thanks in advance. Regards Vibhor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

