On Wed, Jun 1, 2011 at 2:01 PM, Naren <[email protected]> wrote: > 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.
This is not "Android TestSuite". It is junit.framework.TestSuite. > 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? Had you actually even bothered to do the least bit of research, you would have discovered that the documentation in question comes from the JUnit project, such as: http://junit.sourceforge.net/junit3.8.1/javadoc/junit/framework/TestSuite.html If you wish to complain, complain to JUnit. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- 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

