Element index for package Testing_DocTest
[ a ]
[ b ]
[ d ]
[ e ]
[ f ]
[ h ]
[ i ]
[ k ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ _ ]
_
- __construct
- in file Default.php, method Testing_DocTest_Outputter_Default::__construct()
Constructor.
- __construct
- in file Registry.php, method Testing_DocTest_Registry::__construct()
Constructor, can not be called outside this class.
- __construct
- in file DocTest.php, method Testing_DocTest::__construct()
Constructor.
- __destruct
- in file Default.php, method Testing_DocTest_Outputter_Default::__destruct()
Destructor.
- __get
- in file TestCase.php, method Testing_DocTest_TestCase::__get()
Overloaded getter.
- __get
- in file Registry.php, method Testing_DocTest_Registry::__get()
Overloaded getter.
- __isset
- in file Registry.php, method Testing_DocTest_Registry::__isset()
Overloaded for isset() function.
- __set
- in file Registry.php, method Testing_DocTest_Registry::__set()
Overloaded setter.
- __set
- in file TestCase.php, method Testing_DocTest_TestCase::__set()
Overloaded setter.
- __unset
- in file Registry.php, method Testing_DocTest_Registry::__unset()
Overloaded for unset() function.
top
a
- accept
- in file DocTest.php, method Testing_DocTest::accept()
Method to allow DocTest to accept a custom finder, outputter, parser or runner instance.
top
top
top
top
top
top
top
top
top
top
top
s
- singleton
- in file Registry.php, method Testing_DocTest_Registry::singleton()
Singleton constructor.
- STATE_CLEAN
- in file Default.php, class constant Testing_DocTest_Parser_Default::STATE_CLEAN
State after parsing clean line.
- STATE_CODE
- in file Default.php, class constant Testing_DocTest_Parser_Default::STATE_CODE
State after parsing code line.
- STATE_DOCTEST
- in file Default.php, class constant Testing_DocTest_Parser_Default::STATE_DOCTEST
State after parsing a doctest line.
- STATE_ERROR
- in file TestCase.php, class constant Testing_DocTest_TestCase::STATE_ERROR
State of a test that had a php error.
- STATE_EXPECTS
- in file Default.php, class constant Testing_DocTest_Parser_Default::STATE_EXPECTS
State after parsing expects line.
- STATE_EXPECTS_FILE
- in file Default.php, class constant Testing_DocTest_Parser_Default::STATE_EXPECTS_FILE
State after parsing expects-file line.
- STATE_FAILED
- in file TestCase.php, class constant Testing_DocTest_TestCase::STATE_FAILED
State of a test that failed.
- STATE_FLAGS
- in file Default.php, class constant Testing_DocTest_Parser_Default::STATE_FLAGS
State after parsing flags.
- STATE_INI_SET
- in file Default.php, class constant Testing_DocTest_Parser_Default::STATE_INI_SET
State after parsing a ini-set line.
- STATE_NOT_RUN
- in file TestCase.php, class constant Testing_DocTest_TestCase::STATE_NOT_RUN
State of the test before it is run.
- STATE_PASSED
- in file TestCase.php, class constant Testing_DocTest_TestCase::STATE_PASSED
State of a test that passed.
- STATE_SKIPPED
- in file TestCase.php, class constant Testing_DocTest_TestCase::STATE_SKIPPED
State of a test that have been skipped.
- STATE_SKIP_IF
- in file Default.php, class constant Testing_DocTest_Parser_Default::STATE_SKIP_IF
State after parsing a skip condition line.
- SYNTAX_PREFIX
- in file Default.php, class constant Testing_DocTest_Parser_Default::SYNTAX_PREFIX
Doctest syntax prefix default is a standard php inline comment: '//'
top
t
- Testing_DocTest
- in file DocTest.php, class Testing_DocTest
DocTest.
- TestCase.php
- procedural page TestCase.php
- Testing_DocTest_Exception
- in file Exception.php, class Testing_DocTest_Exception
Exception raised by the Testing_DocTest package.
- Testing_DocTest_FinderInterface
- in file FinderInterface.php, class Testing_DocTest_FinderInterface
DocTest Finder interface.
- Testing_DocTest_Finder_Default
- in file Default.php, class Testing_DocTest_Finder_Default
DocTest Finder.
- Testing_DocTest_OutputterInterface
- in file OutputterInterface.php, class Testing_DocTest_OutputterInterface
DocTest Outputter interface.
- Testing_DocTest_Outputter_Default
- in file Default.php, class Testing_DocTest_Outputter_Default
DocTest Outputter default class.
- Testing_DocTest_ParserInterface
- in file ParserInterface.php, class Testing_DocTest_ParserInterface
DocTest Parser interface.
- Testing_DocTest_Parser_Default
- in file Default.php, class Testing_DocTest_Parser_Default
DocTest Parser default class.
- Testing_DocTest_Registry
- in file Registry.php, class Testing_DocTest_Registry
A simple Registry that will allow Doctest components to share options and instances in order to achieve loose coupling.
- Testing_DocTest_RunnerInterface
- in file RunnerInterface.php, class Testing_DocTest_RunnerInterface
DocTest Runner interface.
- Testing_DocTest_Runner_Default
- in file Default.php, class Testing_DocTest_Runner_Default
DocTest Runner default class.
- Testing_DocTest_TestCase
- in file TestCase.php, class Testing_DocTest_TestCase
This class represents a block that contains the doc test.
top
Documentation generated on Mon, 11 Mar 2019 15:18:32 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|