I found really weird stuff when I was building my test project.
I subclassed my own test from AndroidTestCase, and implemented several test cases inside. Some cases didn't run at first, however, there was no exceptions. After I just changed the name of these cases, they got invoked by test runner and all passed.
I've no idea if there's any naming convention.
Asked
Active
Viewed 5,997 times
5

fifth
- 4,249
- 9
- 45
- 62
-
yes test cases do exist before hand..be clear with your ques – garima Apr 21 '11 at 09:43
1 Answers
6
These are the tests naming conventions in Android: https://source.android.com/setup/contribute/code-style#javatests-style-rules

S Raghav
- 1,386
- 1
- 16
- 26

Diego Torres Milano
- 65,697
- 9
- 111
- 134