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

Class: PHPUnit2_Extensions_MockObject_Matcher_Parameters

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

Class Overview

PHPUnit2_Extensions_MockObject_Matcher_StatelessInvocation
   |
   --PHPUnit2_Extensions_MockObject_Matcher_Parameters

Invocation matcher which looks for specific parameters in the invocations.


Author(s):

Version:

  • Release: @package_version@

Copyright:

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

Methods


Inherited Variables

Inherited Methods


Class Details

[line 74]
Invocation matcher which looks for specific parameters in the invocations.

Checks the parameters of all incoming invocations, the parameter list is checked against the defined constraints in $parameters. If the constraint is met it will return true in matches().



[ Top ]


Method Detail

matches   [line 106]

void matches( mixed PHPUnit2_Extensions_MockObject_Invocation$invocation)


[ Top ]

toString   [line 91]

void toString( )


[ Top ]

verify   [line 114]

void verify( )


Overrides PHPUnit2_Extensions_MockObject_Matcher_StatelessInvocation::verify() (parent method not documented)
[ Top ]


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