| It's a good practice to give tests descriptive names so it's not necessary to read the whole logic to understand what it does. A test should be named with what it does instead of what it tests. For example, better Android.shouldBuildWithArgumentX() than TestAndroid.withArgumentX() |