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

Class: PHPUnit2_Extensions_MockObject_Verifiable

Source Location: /PHPUnit2-3.0.0alpha11/Extensions/MockObject/Verifiable.php

Class Overview


Interface for classes which must verify a given expectation.


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2002-2006 Sebastian Bergmann <sb@sebastian-bergmann.de>

Methods


Child classes:

PHPUnit2_Extensions_MockObject_MockObject
Interface for all mock objects which are generated by PHPUnit2_Extensions_MockObject_Mock.
PHPUnit2_Extensions_MockObject_Invokable
Interface for classes which can be invoked.

Inherited Variables

Inherited Methods


Class Details

[line 67]
Interface for classes which must verify a given expectation.


[ Top ]


Method Detail

verify   [line 75]

void verify( )

Verifies that the current expectation is valid. If everything is OK the code should just return, if not it must throw an exception.
  • Access: public

[ Top ]


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