File/libraries/pear/simpletest/simple_test.php

Description

Base include file for SimpleTest

  • version: $Id: simple_test.php,v 1.71 2004/08/21 00:38:04 lastcraft Exp $
Classes
Class Description
 class SimpleRunner The standard runner. Will run every method starting with test as well as the setUp() and tearDown() before and after each test method. Basically the Mediator pattern.
 class SimpleErrorTrappingRunner Extension that traps errors into an error queue.
 class SimpleTestCase Basic test case. This is the smallest unit of a test suite. It searches for all methods that start with the the string "test" and runs them. Working test cases extend this class.
 class GroupTest This is a composite test class for combining test cases and other RunnableTest classes into a group test.
Includes
 require_once (dirname(__FILE__).'/options.php') (line 14)

Includes SimpleTest files and defined the root constant for dependent libraries.

 require_once (dirname(__FILE__).'/errors.php') (line 13)

Includes SimpleTest files and defined the root constant for dependent libraries.

 require_once (dirname(__FILE__).'/scorer.php') (line 15)

Includes SimpleTest files and defined the root constant for dependent libraries.

 require_once (dirname(__FILE__).'/expectation.php') (line 16)

Includes SimpleTest files and defined the root constant for dependent libraries.

 require_once (dirname(__FILE__).'/dumper.php') (line 17)

Includes SimpleTest files and defined the root constant for dependent libraries.

Constants
SIMPLE_TEST = dirname(__FILE__).'/' (line 19)

Includes SimpleTest files and defined the root constant for dependent libraries.

Documentation generated on Fri, 11 Feb 2005 18:14:05 +0000 by phpDocumentor 1.3.0RC3