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

Class: PHPUnit2_Extensions_MockObject_Matcher

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

Class Overview


Main matcher which defines a full expectation using method, parameter and invocation matchers.


Author(s):

Version:

  • Release: @package_version@

Copyright:

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

Methods


Inherited Variables

Inherited Methods


Class Details

[line 76]
Main matcher which defines a full expectation using method, parameter and invocation matchers.

This matcher encapsulates all the other matchers and allows the builder to set the specific matchers when the appropriate methods are called (once(), where() etc.).

All properties are public so that they can easily be accessed by the builder.



[ Top ]


Method Detail

invoked   [line 122]

void invoked( mixed PHPUnit2_Extensions_MockObject_Invocation$invocation)


[ Top ]

matches   [line 181]

void matches( mixed PHPUnit2_Extensions_MockObject_Invocation$invocation)


[ Top ]

toString   [line 95]

void toString( )


[ Top ]

verify   [line 241]

void verify( )


[ Top ]


Documentation generated on Tue, 12 Sep 2006 09:37:17 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.