While the Android JUnit Test case documentation gives very limited info about the capabilities/limitations of Android JUnit, the documentation for Android TestSuite is much worse.
I could see utmost careless descriptions in the developer website. Example: The description for createTest() is as follows "...as the moon sets over the early morning Merlin, Oregon mountains, our intrepid adventurers type..." The description for TestSuite (Class theClass) is as follows Since: API Level 1 Constructs a TestSuite from the given class. Adds all the methods starting with "test" as test cases to the suite. "Parts of this method was written at 2337 meters in the Huffihutte, Kanton Uri " Reference : http://developer.android.com/reference/junit/framework/TestSuite.html#runTest(junit.framework.Test,%20junit.framework.TestResult) When will google correct these documentation flaws? Thanks, Naren -- 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

