Testing_DocTest
[ class tree: Testing_DocTest ] [ index: Testing_DocTest ] [ all elements ]

Class: Testing_DocTest_TestSuite

Source Location: /Testing_DocTest-0.6.0/Testing/DocTest/TestSuite.php

Class Overview


This class is a container for a "suite" of test cases.


Author(s):

Version:

  • Release: 0.6.0

Copyright:

  • 2008 David JEAN LOUIS

Methods


Inherited Variables

Inherited Methods


Class Details

[line 37]
This class is a container for a "suite" of test cases.


[ Top ]


Method Detail

addTestCase   [line 68]

void addTestCase( Testing_DocTest_TestCase $case)

Add a test case to the suite.
  • Access: public

Parameters:

object   $case   —  a Testing_DocTest_TestCase instance.

[ Top ]

count   [line 202]

object instance count( )

Part of Countable interface implementation.
  • Return: of ArrayObject
  • Access: public

[ Top ]

current   [line 133]

mixed current( )

Part of IteratorAggregate interface implementation.
  • Access: public

[ Top ]

getIterator   [line 188]

object instance getIterator( )

Part of IteratorAggregate interface implementation.
  • Return: of ArrayObject
  • Access: public

[ Top ]

key   [line 144]

mixed key( )

Part of IteratorAggregate interface implementation.
  • Access: public

[ Top ]

next   [line 155]

mixed next( )

Part of IteratorAggregate interface implementation.
  • Access: public

[ Top ]

rewind   [line 166]

void rewind( )

Part of IteratorAggregate interface implementation.
  • Access: public

[ Top ]

valid   [line 177]

boolean valid( )

Part of IteratorAggregate interface implementation.
  • Access: public

[ Top ]

__get   [line 116]

mixed __get( string $name)

Overloaded getter.
  • Access: public

Parameters:

string   $name   —  name of property

[ Top ]

__set   [line 100]

void __set( string $name, mixed $value)

Overloaded setter.
  • Access: public

Parameters:

string   $name   —  name of property
mixed   $value   —  value of property

[ Top ]

__toString   [line 83]

string __toString( )

String representation of the suite.
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:52:27 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.