Cargando…

Unit test frameworks /

Unit test frameworks are a key element of popular development methodologies such as eXtreme Programming (XP) and Agile Development. But unit testing has moved far beyond eXtreme Programming; it is now common in many different types of application development. Unit tests help ensure low-level code co...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hamill, Paul, 1970-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, 2004.
Edición:1st ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Unit test frameworks : an overview
  • 2. Getting started : tutorial
  • 3. xUnit family of unit test frameworks
  • 4. Writing unit tests
  • 5. Unit testing GUI applications
  • 6. JUnit
  • 7. CppUnit
  • 8. NUnit
  • 9. PyUnit
  • 10. XMLUnit
  • 11. Resources
  • A. Simple C++ unit test framework
  • B. JUnit class reference
  • C. CppUnit class reference.