Effective unit testing a guide for Java developers
Effective Unit Testing teaches Java developers how to write unit tests that are concise, expressive, useful, and maintainable. Offering crisp explanations and easy-to-absorb examples, it introduces emerging techniques like behavior-driven development and specification by example. Programmers who are...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Shelter Island :
Manning
[2013]
|
Edición: | 1st edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629061406719 |
Tabla de Contenidos:
- The promise of good tests
- In search of goog
- Test doubles
- Readability
- Maintainability
- Trustworthiness
- Testable design
- Writing tests in other JVM languages
- Speeding up test execution.