Soy nuevo en Android y he visto un código de ejemplo con estas anotaciones. Por ejemplo: @SmallTest public void testStuff() { TouchUtils.tapView(this, anEditTextView); sendKeys("H E L P SPACE M E PERIOD"); assertEquals("help me.", anEditTextView.getText().toString()); } ¿Qué logra esa...