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

Class: Testing_DocTest_RunnerInterface

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

Class Overview


DocTest Runner interface.


Author(s):

Version:

  • Release: 0.6.0

Copyright:

  • 2008 David JEAN LOUIS

Methods


Inherited Variables

Inherited Methods


Class Details

[line 38]
DocTest Runner interface.

All runners must implement this interface.



[ Top ]


Method Detail

run   [line 52]

void run( Testing_DocTest_TestCase $testCase)

Run the test provided by comparing the expected result with the actual result returned by the test code.
  • Throws: Testing_DocTest_Exception
  • Access: public

Parameters:

object   $testCase   —  Testing_DocTest_TestCase instance to run.

[ Top ]


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