PHPUnit_Framework_Constraint_SameSize |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/SameSize.php |
@package PHPUnit
@subpackage Framework_Constraint
@author Sebastian Bergmann <sebastian@phpunit.de>
@author Bernhard Schussek <bschussek@2bepublished.at>
@copyright 2001-2013 Sebastian Bergmann… |
|
|
|
PHPUnit_Framework_Constraint_StringContains |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringContains.php |
Constraint that asserts that the string it is evaluated for contains
a given string. |
|
|
|
PHPUnit_Framework_Constraint_StringEndsWith |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringEndsWith.php |
Constraint that asserts that the string it is evaluated for ends with a given
suffix. |
|
|
|
PHPUnit_Framework_Constraint_StringMatches |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringMatches.php |
... |
|
|
|
PHPUnit_Framework_Constraint_StringStartsWith |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/StringStartsWith.php |
Constraint that asserts that the string it is evaluated for begins with a
given prefix. |
|
|
|
PHPUnit_Framework_Constraint_TraversableContains |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/TraversableContains.php |
Constraint that asserts that the Traversable it is applied to contains
a given value. |
|
|
|
PHPUnit_Framework_Constraint_TraversableContainsOnly |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/TraversableContainsOnly.php |
Constraint that asserts that the Traversable it is applied to contains
only values of a given type. |
|
|
|
PHPUnit_Framework_Constraint_Xor |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/Xor.php |
Logical XOR. |
|
|
|
PHPUnit_Framework_Error |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Error.php |
Wrapper for PHP errors. |
3 |
|
|
PHPUnit_Framework_Error_Deprecated |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Error/Deprecated.php |
Wrapper for PHP deprecated errors.
You can disable deprecated-to-exception conversion by setting |
|
|
|
PHPUnit_Framework_Error_Notice |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Error/Notice.php |
Wrapper for PHP notices.
You can disable notice-to-exception conversion by setting |
|
|
|
PHPUnit_Framework_Error_Warning |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Error/Warning.php |
Wrapper for PHP warnings.
You can disable notice-to-exception conversion by setting |
|
|
|
PHPUnit_Framework_Exception |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Exception.php |
Exception for PHPUnit runtime errors. |
1 |
|
|
PHPUnit_Framework_ExpectationFailedException |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/ExpectationFailedException.php |
Exception for expectations which failed their check. |
|
|
|
PHPUnit_Framework_IncompleteTest |
interface |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/IncompleteTest.php |
A marker interface for marking any exception/error as result of an unit
test as incomplete implementation or currently not implemented. |
1 |
|
|
PHPUnit_Framework_IncompleteTestError |
class |
|
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/IncompleteTestError.php |
Extension to PHPUnit_Framework_AssertionFailedError to mark the special
case of an incomplete test. |
|
|
|
PHPUnit_Framework_MockObject_Builder_Identity |
interface |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/Identity.php |
Builder interface for unique identifiers. |
1 |
|
|
PHPUnit_Framework_MockObject_Builder_InvocationMocker |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/InvocationMocker.php |
Builder for mocked or stubbed invocations. |
|
|
|
PHPUnit_Framework_MockObject_Builder_Match |
interface |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/Match.php |
Builder interface for invocation order matches. |
1 |
|
|
PHPUnit_Framework_MockObject_Builder_MethodNameMatch |
interface |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/MethodNameMatch.php |
Builder interface for matcher of method names. |
1 |
|
|
PHPUnit_Framework_MockObject_Builder_Namespace |
interface |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/Namespace.php |
Interface for builders which can register builders with a given identification. |
1 |
|
|
PHPUnit_Framework_MockObject_Builder_ParametersMatch |
interface |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/ParametersMatch.php |
Builder interface for parameter matchers. |
1 |
|
|
PHPUnit_Framework_MockObject_Builder_Stub |
interface |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Builder/Stub.php |
Builder interface for stubs which are actions replacing an invocation. |
1 |
|
|
PHPUnit_Framework_MockObject_Generator |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Generator.php |
Mock Object Code Generator |
|
|
|
PHPUnit_Framework_MockObject_Invocation |
interface |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invocation.php |
Interface for invocations. |
1 |
|
|
PHPUnit_Framework_MockObject_InvocationMocker |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/InvocationMocker.php |
Mocker for invocations which are sent from
PHPUnit_Framework_MockObject_MockObject objects. |
|
|
|
PHPUnit_Framework_MockObject_Invocation_Object |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invocation/Object.php |
Represents a non-static invocation. |
|
|
|
PHPUnit_Framework_MockObject_Invocation_Static |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invocation/Static.php |
Represents a static invocation. |
1 |
|
|
PHPUnit_Framework_MockObject_Invokable |
interface |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Invokable.php |
Interface for classes which can be invoked. |
1 |
|
|
PHPUnit_Framework_MockObject_Matcher |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher.php |
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… |
|
|
|
PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/AnyInvokedCount.php |
Invocation matcher which checks if a method has been invoked zero or more
times. This matcher will always match. |
|
|
|
PHPUnit_Framework_MockObject_Matcher_AnyParameters |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/AnyParameters.php |
Invocation matcher which allos any parameters to a method. |
|
|
|
PHPUnit_Framework_MockObject_Matcher_Invocation |
interface |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Invocation.php |
Interface for classes which matches an invocation based on its
method name, argument, order or call count. |
4 |
|
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtIndex.php |
Invocation matcher which checks if a method was invoked at a certain index. |
|
|
|
PHPUnit_Framework_MockObject_Matcher_InvokedAtLeastOnce |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedAtLeastOnce.php |
Invocation matcher which checks if a method has been invoked at least one
time. |
|
|
|
PHPUnit_Framework_MockObject_Matcher_InvokedCount |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedCount.php |
Invocation matcher which checks if a method has been invoked a certain amount
of times.
If the number of invocations exceeds the value it will immediately throw an
exception,
If the number is less it will later be checked in verify() and also throw… |
|
|
|
PHPUnit_Framework_MockObject_Matcher_InvokedRecorder |
abstract class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/InvokedRecorder.php |
Records invocations and provides convenience methods for checking them later
on.
This abstract class can be implemented by matchers which needs to check the
number of times an invocation has occured. |
3 |
|
|
PHPUnit_Framework_MockObject_Matcher_MethodName |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/MethodName.php |
Invocation matcher which looks for a specific method name in the invocations. |
|
|
|
PHPUnit_Framework_MockObject_Matcher_Parameters |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/Parameters.php |
Invocation matcher which looks for specific parameters in the invocations. |
|
|
|
PHPUnit_Framework_MockObject_Matcher_StatelessInvocation |
abstract class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Matcher/StatelessInvocation.php |
Invocation matcher which does not care about previous state from earlier
invocations. |
3 |
|
|
PHPUnit_Framework_MockObject_MockBuilder |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockBuilder.php |
Implementation of the Builder pattern for Mock objects. |
|
|
|
PHPUnit_Framework_MockObject_MockObject |
interface |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/MockObject.php |
Interface for all mock objects which are generated by
PHPUnit_Framework_MockObject_Mock. |
|
|
|
PHPUnit_Framework_MockObject_Stub |
interface |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub.php |
An object that stubs the process of a normal method for a mock object. |
6 |
|
|
PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ConsecutiveCalls.php |
Stubs a method by returning a user-defined stack of values. |
|
|
|
PHPUnit_Framework_MockObject_Stub_Exception |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/Exception.php |
Stubs a method by raising a user-defined exception. |
|
|
|
PHPUnit_Framework_MockObject_Stub_MatcherCollection |
interface |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/MatcherCollection.php |
Stubs a method by returning a user-defined value. |
1 |
|
|
PHPUnit_Framework_MockObject_Stub_Return |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/Return.php |
Stubs a method by returning a user-defined value. |
1 |
|
|
PHPUnit_Framework_MockObject_Stub_ReturnArgument |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnArgument.php |
Stubs a method by returning an argument that was passed to the mocked method. |
|
|
|
PHPUnit_Framework_MockObject_Stub_ReturnCallback |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnCallback.php |
@package PHPUnit_MockObject
@author Sebastian Bergmann <sb@sebastian-bergmann.de>
@copyright 2010-2013 Sebastian Bergmann <sb@sebastian-bergmann.de>
@license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause… |
|
|
|
PHPUnit_Framework_MockObject_Stub_ReturnSelf |
class |
|
drupal/core/vendor/phpunit/phpunit-mock-objects/PHPUnit/Framework/MockObject/Stub/ReturnSelf.php |
Stubs a method by returning the current object. |
|
|
|