Vertaling van "junit tests" in Spaans
Because Ant made it trivial to integrate JUnit tests with the build process, Ant made it easy for willing developers to adopt test-driven development, and even extreme programming.
Debido a que ANT ha hecho trivial el integrar pruebas JUnit con el proceso de generación (compilación), ANT ha hecho fácil para los desarrolladores adoptar el desarrollo basado en pruebas, e incluso extreme programming.
You can now build your app and run your JUnit tests as part of the integration tests; just type your Maven command: mvn clean install.
Ya puedes compilar tu aplicación y ejecutar las pruebas JUnit como parte de tus pruebas de integración; simplemente ejecuta el siguiente comando Maven: mvn clean install.
Once you're done with documentation, issue reports, you should try out to write some junit tests.
Ya que te encuentres lista(o) con la documentación y/o el reporte de temas/cuestiones, deberías probar la escritura de algunas pruebas junit.
This chapter shows how to execute JUnit tests using Ant.
En este capítulo se muestra cómo ejecutar las pruebas JUnit utilizando Ant.
Because Ant made it trivial to integrate JUnit tests with the build process, Ant made it easy for willing developers to adopt test-driven development, and even Extreme Programming.
Debido a que ANT ha hecho trivial [cita requerida] el integrar pruebas JUnit con el proceso de generación (compilación), ANT ha hecho fácil para los desarrolladores adoptar el desarrollo basado en pruebas, e incluso extreme programming.
TestNG can automatically recognize and run JUnit tests, so that you can use TestNG as a runner for all your existing tests and write new tests using TestNG.
TestNG puede reconocer automáticamente y ejecutar las pruebas JUnit, para que pueda utilizar TestNG como un corredor para todas sus pruebas existentes y escribir nuevas pruebas utilizando TestNG.
JUnit tests missing resources in classpath when run from Android Studio If you have specific resource folders in your Java modules, then those resources won't be found when running tests from the IDE.
Faltan recursos de las pruebas JUnit en la ruta de clase cuando se ejecutan desde Android Studio: Si tienes carpetas de recursos específicas en tus módulos Java, esos recursos no se encontrarán al ejecutar pruebas desde el IDE.
Running JUnit tests may compile the code twice When creating a new project, the template JUnit configuration might be created with two "Before launch" steps: Make and Gradle-aware Make.
La ejecución de pruebas JUnit podría compilar el código dos veces: Al desarrollar un nuevo proyecto, la configuración de la plantilla JUnit puede crearse con dos pasos "previos al lanzamiento": Make y Gradle-aware Make.
The :test-include parameter can be used to specify the list of junit tests to run.
El parámetro @code{ :test-include} puede +usarse para especificar la lista de tests junit a ejecutar.
Here could it be our unitary JUnit tests.
Aquí por ejemplo podemos guardar nuestros test unitarios de JUnit.
It is a text editor with syntax highlighting, but also allows the creation of projects, real-time compilation and execution of unit tests or JUnit tests.
Es un editor de texto con resaltado de sintaxis, pero también permite la creación de proyectos, compilación en tiempo real y ejecuciones de pruebas unitarias o tests JUnit.
This code is more a guideline of what the test should do than the actual valid test to be run as part of your JUnit tests, but it is a very good template to use and enhance with your own test code.
Este código es más una guía de lo que tus pruebas deberían ser, ya que muchas de las instrucciones exportadas no funcionarán como pruebas JUnit; aún así, el código generado es una plantilla muy útil y fácil de mejorar con tu propio código.
Set up infrastructure for easy execution of JUnit tests (this is just an Ant target)
Diseñe una infraestructura para la fácil ejecución de pruebas de JUnit (este es solo un objetivo para Ant)