Re: [android-developers] CTS annotation

2011-03-29 Thread Mark Murphy
On Mon, Mar 28, 2011 at 2:17 AM, deeppink wrote: > In the CTS, I want to add the new test case, but I don't know how to > use the @TestTargetNew annotation to the new added test method. > Dose the @TestTargetNew annotation only specify the API methods in > Android? Can I use it to specify a method

[android-developers] CTS annotation

2011-03-28 Thread deeppink
In the CTS, I want to add the new test case, but I don't know how to use the @TestTargetNew annotation to the new added test method. Dose the @TestTargetNew annotation only specify the API methods in Android? Can I use it to specify a method than I defined? What does the @TestTargetNew annotation u