The art of unit testing : with examples in .NET /
Unit testing, done right, can mean the diff erence between a failed project and a successful one, between a maintainable code base and a code base that no one dares touch, and between getting home at 2 AM or getting home in time for dinner, even before a release deadline. The Art of Unit Testing bui...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Greenwich, Conn. :
Manning,
2009.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- pt. 1. Getting Started
- 1. The basics of unit testing
- 2. A first unit test
- pt. 2. Core Techniques
- 3. Using stubs to break dependencies
- 4. Interaction testing using mock objects
- 5. Isolation (mock object) frameworks
- pt. 3. The Test Code
- 6. Test hierarchies and organization
- 7. The pillars of good tests
- pt. 4. Design and Process
- 8. Integrating unit testing into the organization
- 9. Working with legacy code.