Test-driven development for embedded C /
Provides information and code examples that focus on the use of TDD in embedded C programming.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Raleigh, N.C. :
Pragmatic Bookshelf,
©2011.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Test-driven development
- Getting started
- Test-driving tools and conventions
- Starting a C module
- Testing your way to done
- Embedded TDD strategy
- Yeah, but ...
- TEsting modules with collaborators
- Introducing test doubles
- Spying on the production code
- Runtime-bound test doubles
- The mock object
- Design and continuous improvement
- SOLID, flexible, and testable designs
- Refactoring
- Adding tests to legacy code
- Test patterns and anitpatterns
- Closing thoughts.