Приглашаем посетить
CSS (css.find-info.ru)

Table of Contents


PHPUnit Pocket Guide
By Sebastian Bergmann
...............................................
Pub Date: September 2005
Pages: 88
 


    Chapter 1.  Introduction
      Section 1.1.  Requirements
      Section 1.2.  This Book Is Free
      Section 1.3.  Conventions Used in This Book
      Section 1.4.  How to Contact Us
      Section 1.5.  Acknowledgments
    Chapter 2.  Automating Tests
    Chapter 3.  PHPUnit's Goals
    Chapter 4.  Installing PHPUnit
    Chapter 5.  The Command-Line Test Runner
    Chapter 6.  Fixtures
      Section 6-1.  More setUp( ) than tearDown( )
      Section 6-2.  Variations
      Section 6-3.  Suite-Level Setup
    Chapter 7.  Testing Exceptions and Performance Regressions
      Section 7-1.  Exceptions
      Section 7-2.  Performance Regressions
    Chapter 8.  Incomplete Tests
    Chapter 9.  Test-First Programming
      Section 9-1.  BankAccount Example
    Chapter 10.  Code-Coverage Analysis
    Chapter 11.  Stubs
      Section 11-1.  Self-Shunting
    Chapter 12.  Other Uses for Tests
      Section 12-1.  Agile Documentation
      Section 12-2.  Cross-Team Tests
      Section 12-3.  Debugging Tests
      Section 12-4.  Refactoring
    Chapter 13.  PHPUnit and Phing
      Section 13-1.  Formatting Feedback
    Chapter 14.  PHPUnit's Implementation
    Chapter 15.  PHPUnit API
      Section 15-1.  Overview
      Section 15-2.  PHPUnit2_Framework_Assert
      Section 15-3.  PHPUnit2_Framework_Test
      Section 15-4.  PHPUnit2_Framework_TestCase
      Section 15-5.  PHPUnit2_Framework_TestSuite
      Section 15-6.  PHPUnit2_Framework_TestResult
      Section 15-7.  Package Structure
    Chapter 16.  Extending PHPUnit
      Section 16-1.  Subclass PHPUnit2_Framework_TestCase
      Section 16-2.  Assert Classes
      Section 16-3.  Subclass PHPUnit2_Extensions_TestDecorator
      Section 16-4.  Implement PHPUnit2_Framework_Test
      Section 16-5.  Subclass PHPUnit2_Framework_TestResult
      Section 16-6.  Implement PHPUnit2_Framework_TestListener
      Section 16-7.  New Test Runner
    Chapter 17.  PHPUnit for PHP 4
    Chapter 18.  Bibliography
   Index