Si no, la prueba fallará cuando se ejecuta en JUnit.
If not, the test will fail when run in JUnit.
Además, evita implementar JUnit y otros paquetes de prueba con tu aplicación.
Also, avoid deploying JUnit and other testing packages with your application.
Sin embargo, vamos a utilizar JUnit a lo largo de esta guía.
However, we'll be using JUnit throughout this guide.
Esta versión de JUnit podría ser diferente de la que android.jar proporciona.
This version of JUnit might be different than the one provides.
En JUnit una "falla" se produce cuando una aserción resulta falsa.
En JUnit a "failure" means that an assertion was false.
Desarrollaremos u mantendremos una unidad de pruebas usando la arquitectura de JUnit.
Se incluyen ejemplos prácticos con JUnit tests donde se demuestran los diferentes comportamientos.
There are practical examples and unit tests to prove each of the behaviors.
La plantilla JUnit se aplica para una prueba de unidad local.
Ant hace que sea sencillo a través de la tarea de JUnit.
Ant makes it straight forward through the JUnit task.
Aquí por ejemplo podemos guardar nuestros test unitarios de JUnit.
Here could it be our unitary JUnit tests.
Sin embargo, algunas especificaciones también están utilizando JUnit.
Esta clase existe para mejorar la compatibilidad con JUnit.
This clase exists to improve compatibility with JUnit.
Funciona como cualquier otro test de JUnit.
It works just like any other JUnit test.