5

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.

fifth
  • 4,249
  • 9
  • 45
  • 62

1 Answers1

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