NUnit pocket reference

Few .NET developers have the luxury of unlimited code testing once their application is complete, and rushing through the testing process is both problematic and stressful. The open source NUnit framework provides an excellent and efficient way to test and improve .NET code as it's written, sa...

Descripción completa

Detalles Bibliográficos
Autor principal: Hamilton, Bill, 1964- (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Sebastopol, California : O'Reilly 2004.
Edición:First edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627406706719
Tabla de Contenidos:
  • NUnit Pocket Reference; Conventions Used in This Book; Using Code Examples; Acknowledgments; Unit Testing; What Is Unit Testing and Where Did It Come from?; Test-Driven Development; Test Harness; Unit Test Design and Development Overview; Best Practices for Unit Testing; What Is NUnit?; Setting Up NUnit; Programming Languages; Getting NUnit; Installing NUnit; Configuring NUnit; Manual Installation; Navigating the Source Code; Unit Testing with NUnit; Test fixtures; Creating a Test; Running a Test; Assertions; Other Testing Elements; Testing expected exceptions; Ignoring tests; Test categories
  • Test suitesLimitations; Test Runner GUI; Progress bar; Test results; Status bar; NUnit Projects; Selecting, Adding, and Editing Configurations; The Options dialog; Opening Visual Studio projects; Opening Visual Studio solutions; Adding Visual Studio projects; Running Tests; Results in XML format; Running the Test Runner GUI from the Command Line; Test Runner Console; Debugging with NUnit; Testing with Mock Objects; Compatibility; Using NUnit 2.0 Tests with NUnit 2.2; Upgrading from NUnit 1.x to 2.2; Changes from NUnit 2.1 to 2.2; Changes from NUnit 2.0 to 2.1; Extending NUnit
  • NUnit AddIn for Visual Studio .NETVSNUnit; NUnitAsp; NCover; NAnt; Nantpad