Метод |
Описание |
|
anything ( ) : PHPUnit_Framework_Constraint_IsAnything |
Returns a PHPUnit_Framework_Constraint_IsAnything matcher object. |
|
arrayHasKey ( mixed $key ) : PHPUnit_Framework_Constraint_ArrayHasKey |
Returns a PHPUnit_Framework_Constraint_ArrayHasKey matcher object. |
|
assertArrayHasKey ( mixed $key, array | ArrayAccess $array, string $message = '' ) |
Asserts that an array has a specified key. |
|
assertArrayNotHasKey ( mixed $key, array | ArrayAccess $array, string $message = '' ) |
Asserts that an array does not have a specified key. |
|
assertArraySubset ( array | ArrayAccess $subset, array | ArrayAccess $array, boolean $strict = false, string $message = '' ) |
Asserts that an array has a specified subset. |
|
assertAttributeContains ( mixed $needle, string $haystackAttributeName, string | object $haystackClassOrObject, string $message = '', boolean $ignoreCase = false, boolean $checkForObjectIdentity = true, boolean $checkForNonObjectIdentity = false ) |
Asserts that a haystack that is stored in a static attribute of a class
or an attribute of an object contains a needle. |
|
assertAttributeContainsOnly ( string $type, string $haystackAttributeName, string | object $haystackClassOrObject, boolean $isNativeType = null, string $message = '' ) |
Asserts that a haystack that is stored in a static attribute of a class
or an attribute of an object contains only values of a given type. |
|
assertAttributeCount ( integer $expectedCount, string $haystackAttributeName, string | object $haystackClassOrObject, string $message = '' ) |
Asserts the number of elements of an array, Countable or Traversable
that is stored in an attribute. |
|
assertAttributeEmpty ( string $haystackAttributeName, string | object $haystackClassOrObject, string $message = '' ) |
Asserts that a static attribute of a class or an attribute of an object
is empty. |
|
assertAttributeEquals ( mixed $expected, string $actualAttributeName, string | object $actualClassOrObject, string $message = '', float $delta, integer $maxDepth = 10, boolean $canonicalize = false, boolean $ignoreCase = false ) |
Asserts that a variable is equal to an attribute of an object. |
|
assertAttributeGreaterThan ( mixed $expected, string $actualAttributeName, string | object $actualClassOrObject, string $message = '' ) |
Asserts that an attribute is greater than another value. |
|
assertAttributeGreaterThanOrEqual ( mixed $expected, string $actualAttributeName, string | object $actualClassOrObject, string $message = '' ) |
Asserts that an attribute is greater than or equal to another value. |
|
assertAttributeInstanceOf ( string $expected, string $attributeName, string | object $classOrObject, string $message = '' ) |
Asserts that an attribute is of a given type. |
|
assertAttributeInternalType ( string $expected, string $attributeName, string | object $classOrObject, string $message = '' ) |
Asserts that an attribute is of a given type. |
|
assertAttributeLessThan ( mixed $expected, string $actualAttributeName, string | object $actualClassOrObject, string $message = '' ) |
Asserts that an attribute is smaller than another value. |
|
assertAttributeLessThanOrEqual ( mixed $expected, string $actualAttributeName, string | object $actualClassOrObject, string $message = '' ) |
Asserts that an attribute is smaller than or equal to another value. |
|
assertAttributeNotContains ( mixed $needle, string $haystackAttributeName, string | object $haystackClassOrObject, string $message = '', boolean $ignoreCase = false, boolean $checkForObjectIdentity = true, boolean $checkForNonObjectIdentity = false ) |
Asserts that a haystack that is stored in a static attribute of a class
or an attribute of an object does not contain a needle. |
|
assertAttributeNotContainsOnly ( string $type, string $haystackAttributeName, string | object $haystackClassOrObject, boolean $isNativeType = null, string $message = '' ) |
Asserts that a haystack that is stored in a static attribute of a class
or an attribute of an object does not contain only values of a given
type. |
|
assertAttributeNotCount ( integer $expectedCount, string $haystackAttributeName, string | object $haystackClassOrObject, string $message = '' ) |
Asserts the number of elements of an array, Countable or Traversable
that is stored in an attribute. |
|
assertAttributeNotEmpty ( string $haystackAttributeName, string | object $haystackClassOrObject, string $message = '' ) |
Asserts that a static attribute of a class or an attribute of an object
is not empty. |
|
assertAttributeNotEquals ( mixed $expected, string $actualAttributeName, string | object $actualClassOrObject, string $message = '', float $delta, integer $maxDepth = 10, boolean $canonicalize = false, boolean $ignoreCase = false ) |
Asserts that a variable is not equal to an attribute of an object. |
|
assertAttributeNotInstanceOf ( string $expected, string $attributeName, string | object $classOrObject, string $message = '' ) |
Asserts that an attribute is of a given type. |
|
assertAttributeNotInternalType ( string $expected, string $attributeName, string | object $classOrObject, string $message = '' ) |
Asserts that an attribute is of a given type. |
|
assertAttributeNotSame ( mixed $expected, string $actualAttributeName, string | object $actualClassOrObject, string $message = '' ) |
Asserts that a variable and an attribute of an object do not have the
same type and value. |
|
assertAttributeSame ( mixed $expected, string $actualAttributeName, string | object $actualClassOrObject, string $message = '' ) |
Asserts that a variable and an attribute of an object have the same type
and value. |
|
assertClassHasAttribute ( string $attributeName, string $className, string $message = '' ) |
Asserts that a class has a specified attribute. |
|
assertClassHasStaticAttribute ( string $attributeName, string $className, string $message = '' ) |
Asserts that a class has a specified static attribute. |
|
assertClassNotHasAttribute ( string $attributeName, string $className, string $message = '' ) |
Asserts that a class does not have a specified attribute. |
|
assertClassNotHasStaticAttribute ( string $attributeName, string $className, string $message = '' ) |
Asserts that a class does not have a specified static attribute. |
|
assertContains ( mixed $needle, mixed $haystack, string $message = '', boolean $ignoreCase = false, boolean $checkForObjectIdentity = true, boolean $checkForNonObjectIdentity = false ) |
Asserts that a haystack contains a needle. |
|
assertContainsOnly ( string $type, mixed $haystack, boolean $isNativeType = null, string $message = '' ) |
Asserts that a haystack contains only values of a given type. |
|
assertContainsOnlyInstancesOf ( string $classname, array | Traversable $haystack, string $message = '' ) |
Asserts that a haystack contains only instances of a given classname |
|
assertCount ( integer $expectedCount, mixed $haystack, string $message = '' ) |
Asserts the number of elements of an array, Countable or Traversable. |
|
assertDirectoryExists ( string $directory, string $message = '' ) |
Asserts that a directory exists. |
|
assertDirectoryIsReadable ( string $directory, string $message = '' ) |
Asserts that a directory exists and is readable. |
|
assertDirectoryIsWritable ( string $directory, string $message = '' ) |
Asserts that a directory exists and is writable. |
|
assertDirectoryNotExists ( string $directory, string $message = '' ) |
Asserts that a directory does not exist. |
|
assertDirectoryNotIsReadable ( string $directory, string $message = '' ) |
Asserts that a directory exists and is not readable. |
|
assertDirectoryNotIsWritable ( string $directory, string $message = '' ) |
Asserts that a directory exists and is not writable. |
|
assertEmpty ( mixed $actual, string $message = '' ) |
Asserts that a variable is empty. |
|
assertEqualXMLStructure ( DOMElement $expectedElement, DOMElement $actualElement, boolean $checkAttributes = false, string $message = '' ) |
Asserts that a hierarchy of DOMElements matches. |
|
assertEquals ( mixed $expected, mixed $actual, string $message = '', float $delta, integer $maxDepth = 10, boolean $canonicalize = false, boolean $ignoreCase = false ) |
Asserts that two variables are equal. |
|
assertFalse ( boolean $condition, string $message = '' ) |
Asserts that a condition is false. |
|
assertFileEquals ( string $expected, string $actual, string $message = '', boolean $canonicalize = false, boolean $ignoreCase = false ) |
Asserts that the contents of one file is equal to the contents of another
file. |
|
assertFileExists ( string $filename, string $message = '' ) |
Asserts that a file exists. |
|
assertFileIsReadable ( string $file, string $message = '' ) |
Asserts that a file exists and is readable. |
|
assertFileIsWritable ( string $file, string $message = '' ) |
Asserts that a file exists and is writable. |
|
assertFileNotEquals ( string $expected, string $actual, string $message = '', boolean $canonicalize = false, boolean $ignoreCase = false ) |
Asserts that the contents of one file is not equal to the contents of
another file. |
|
assertFileNotExists ( string $filename, string $message = '' ) |
Asserts that a file does not exist. |
|
assertFileNotIsReadable ( string $file, string $message = '' ) |
Asserts that a file exists and is not readable. |
|
assertFileNotIsWritable ( string $file, string $message = '' ) |
Asserts that a file exists and is not writable. |
|
assertFinite ( mixed $actual, string $message = '' ) |
Asserts that a variable is finite. |
|
assertGreaterThan ( mixed $expected, mixed $actual, string $message = '' ) |
Asserts that a value is greater than another value. |
|
assertGreaterThanOrEqual ( mixed $expected, mixed $actual, string $message = '' ) |
Asserts that a value is greater than or equal to another value. |
|
assertInfinite ( mixed $actual, string $message = '' ) |
Asserts that a variable is infinite. |
|
assertInstanceOf ( string $expected, mixed $actual, string $message = '' ) |
Asserts that a variable is of a given type. |
|
assertInternalType ( string $expected, mixed $actual, string $message = '' ) |
Asserts that a variable is of a given type. |
|
assertIsReadable ( string $filename, string $message = '' ) |
Asserts that a file/dir is readable. |
|
assertIsWritable ( string $filename, string $message = '' ) |
Asserts that a file/dir exists and is writable. |
|
assertJson ( string $actualJson, string $message = '' ) |
Asserts that a string is a valid JSON string. |
|
assertJsonFileEqualsJsonFile ( string $expectedFile, string $actualFile, string $message = '' ) |
Asserts that two JSON files are equal. |
|
assertJsonFileNotEqualsJsonFile ( string $expectedFile, string $actualFile, string $message = '' ) |
Asserts that two JSON files are not equal. |
|
assertJsonStringEqualsJsonFile ( string $expectedFile, string $actualJson, string $message = '' ) |
Asserts that the generated JSON encoded object and the content of the given file are equal. |
|
assertJsonStringEqualsJsonString ( string $expectedJson, string $actualJson, string $message = '' ) |
Asserts that two given JSON encoded objects or arrays are equal. |
|
assertJsonStringNotEqualsJsonFile ( string $expectedFile, string $actualJson, string $message = '' ) |
Asserts that the generated JSON encoded object and the content of the given file are not equal. |
|
assertJsonStringNotEqualsJsonString ( string $expectedJson, string $actualJson, string $message = '' ) |
Asserts that two given JSON encoded objects or arrays are not equal. |
|
assertLessThan ( mixed $expected, mixed $actual, string $message = '' ) |
Asserts that a value is smaller than another value. |
|
assertLessThanOrEqual ( mixed $expected, mixed $actual, string $message = '' ) |
Asserts that a value is smaller than or equal to another value. |
|
assertNan ( mixed $actual, string $message = '' ) |
Asserts that a variable is nan. |
|
assertNotContains ( mixed $needle, mixed $haystack, string $message = '', boolean $ignoreCase = false, boolean $checkForObjectIdentity = true, boolean $checkForNonObjectIdentity = false ) |
Asserts that a haystack does not contain a needle. |
|
assertNotContainsOnly ( string $type, mixed $haystack, boolean $isNativeType = null, string $message = '' ) |
Asserts that a haystack does not contain only values of a given type. |
|
assertNotCount ( integer $expectedCount, mixed $haystack, string $message = '' ) |
Asserts the number of elements of an array, Countable or Traversable. |
|
assertNotEmpty ( mixed $actual, string $message = '' ) |
Asserts that a variable is not empty. |
|
assertNotEquals ( mixed $expected, mixed $actual, string $message = '', float $delta, integer $maxDepth = 10, boolean $canonicalize = false, boolean $ignoreCase = false ) |
Asserts that two variables are not equal. |
|
assertNotFalse ( boolean $condition, string $message = '' ) |
Asserts that a condition is not false. |
|
assertNotInstanceOf ( string $expected, mixed $actual, string $message = '' ) |
Asserts that a variable is not of a given type. |
|
assertNotInternalType ( string $expected, mixed $actual, string $message = '' ) |
Asserts that a variable is not of a given type. |
|
assertNotIsReadable ( string $filename, string $message = '' ) |
Asserts that a file/dir exists and is not readable. |
|
assertNotIsWritable ( string $filename, string $message = '' ) |
Asserts that a file/dir exists and is not writable. |
|
assertNotNull ( mixed $actual, string $message = '' ) |
Asserts that a variable is not null. |
|
assertNotRegExp ( string $pattern, string $string, string $message = '' ) |
Asserts that a string does not match a given regular expression. |
|
assertNotSame ( mixed $expected, mixed $actual, string $message = '' ) |
Asserts that two variables do not have the same type and value. |
|
assertNotSameSize ( array | Countable | Traversable $expected, array | Countable | Traversable $actual, string $message = '' ) |
Assert that the size of two arrays (or Countable or Traversable objects)
is not the same. |
|
assertNotTrue ( boolean $condition, string $message = '' ) |
Asserts that a condition is not true. |
|
assertNull ( mixed $actual, string $message = '' ) |
Asserts that a variable is null. |
|
assertObjectHasAttribute ( string $attributeName, object $object, string $message = '' ) |
Asserts that an object has a specified attribute. |
|
assertObjectNotHasAttribute ( string $attributeName, object $object, string $message = '' ) |
Asserts that an object does not have a specified attribute. |
|
assertRegExp ( string $pattern, string $string, string $message = '' ) |
Asserts that a string matches a given regular expression. |
|
assertSame ( mixed $expected, mixed $actual, string $message = '' ) |
Asserts that two variables have the same type and value. |
|
assertSameSize ( array | Countable | Traversable $expected, array | Countable | Traversable $actual, string $message = '' ) |
Assert that the size of two arrays (or Countable or Traversable objects)
is the same. |
|
assertStringEndsNotWith ( string $suffix, string $string, string $message = '' ) |
Asserts that a string ends not with a given suffix. |
|
assertStringEndsWith ( string $suffix, string $string, string $message = '' ) |
Asserts that a string ends with a given suffix. |
|
assertStringEqualsFile ( string $expectedFile, string $actualString, string $message = '', boolean $canonicalize = false, boolean $ignoreCase = false ) |
Asserts that the contents of a string is equal
to the contents of a file. |
|
assertStringMatchesFormat ( string $format, string $string, string $message = '' ) |
Asserts that a string matches a given format string. |
|
assertStringMatchesFormatFile ( string $formatFile, string $string, string $message = '' ) |
Asserts that a string matches a given format file. |
|
assertStringNotEqualsFile ( string $expectedFile, string $actualString, string $message = '', boolean $canonicalize = false, boolean $ignoreCase = false ) |
Asserts that the contents of a string is not equal
to the contents of a file. |
|
assertStringNotMatchesFormat ( string $format, string $string, string $message = '' ) |
Asserts that a string does not match a given format string. |
|
assertStringNotMatchesFormatFile ( string $formatFile, string $string, string $message = '' ) |
Asserts that a string does not match a given format string. |
|
assertStringStartsNotWith ( string $prefix, string $string, string $message = '' ) |
Asserts that a string starts not with a given prefix. |
|
assertStringStartsWith ( string $prefix, string $string, string $message = '' ) |
Asserts that a string starts with a given prefix. |
|
assertThat ( mixed $value, PHPUnit_Framework_Constraint $constraint, string $message = '' ) |
Evaluates a PHPUnit_Framework_Constraint matcher object. |
|
assertTrue ( boolean $condition, string $message = '' ) |
Asserts that a condition is true. |
|
assertXmlFileEqualsXmlFile ( string $expectedFile, string $actualFile, string $message = '' ) |
Asserts that two XML files are equal. |
|
assertXmlFileNotEqualsXmlFile ( string $expectedFile, string $actualFile, string $message = '' ) |
Asserts that two XML files are not equal. |
|
assertXmlStringEqualsXmlFile ( string $expectedFile, string $actualXml, string $message = '' ) |
Asserts that two XML documents are equal. |
|
assertXmlStringEqualsXmlString ( string $expectedXml, string $actualXml, string $message = '' ) |
Asserts that two XML documents are equal. |
|
assertXmlStringNotEqualsXmlFile ( string $expectedFile, string $actualXml, string $message = '' ) |
Asserts that two XML documents are not equal. |
|
assertXmlStringNotEqualsXmlString ( string $expectedXml, string $actualXml, string $message = '' ) |
Asserts that two XML documents are not equal. |
|
attribute ( PHPUnit_Framework_Constraint $constraint, string $attributeName ) : PHPUnit_Framework_Constraint_Attribute |
Returns a PHPUnit_Framework_Constraint_Attribute matcher object. |
|
attributeEqualTo ( string $attributeName, mixed $value, float $delta, integer $maxDepth = 10, boolean $canonicalize = false, boolean $ignoreCase = false ) : PHPUnit_Framework_Constraint_Attribute |
Returns a PHPUnit_Framework_Constraint_IsEqual matcher object
that is wrapped in a PHPUnit_Framework_Constraint_Attribute matcher
object. |
|
callback ( callable $callback ) : PHPUnit_Framework_Constraint_Callback |
Returns a PHPUnit_Framework_Constraint_Callback matcher object. |
|
classHasAttribute ( string $attributeName ) : PHPUnit_Framework_Constraint_ClassHasAttribute |
Returns a PHPUnit_Framework_Constraint_ClassHasAttribute matcher object. |
|
classHasStaticAttribute ( string $attributeName ) : PHPUnit_Framework_Constraint_ClassHasStaticAttribute |
Returns a PHPUnit_Framework_Constraint_ClassHasStaticAttribute matcher
object. |
|
contains ( mixed $value, boolean $checkForObjectIdentity = true, boolean $checkForNonObjectIdentity = false ) : PHPUnit_Framework_Constraint_TraversableContains |
Returns a PHPUnit_Framework_Constraint_TraversableContains matcher
object. |
|
containsOnly ( string $type ) : PHPUnit_Framework_Constraint_TraversableContainsOnly |
Returns a PHPUnit_Framework_Constraint_TraversableContainsOnly matcher
object. |
|
containsOnlyInstancesOf ( string $classname ) : PHPUnit_Framework_Constraint_TraversableContainsOnly |
Returns a PHPUnit_Framework_Constraint_TraversableContainsOnly matcher
object. |
|
countOf ( integer $count ) : PHPUnit_Framework_Constraint_Count |
Returns a PHPUnit_Framework_Constraint_Count matcher object. |
|
directoryExists ( ) : PHPUnit_Framework_Constraint_DirectoryExists |
Returns a PHPUnit_Framework_Constraint_DirectoryExists matcher object. |
|
equalTo ( mixed $value, float $delta, integer $maxDepth = 10, boolean $canonicalize = false, boolean $ignoreCase = false ) : PHPUnit_Framework_Constraint_IsEqual |
Returns a PHPUnit_Framework_Constraint_IsEqual matcher object. |
|
fail ( string $message = '' ) |
Fails a test with the given message. |
|
fileExists ( ) : PHPUnit_Framework_Constraint_FileExists |
Returns a PHPUnit_Framework_Constraint_FileExists matcher object. |
|
getCount ( ) : integer |
Return the current assertion count. |
|
getObjectAttribute ( object $object, string $attributeName ) : mixed |
Returns the value of an object's attribute. |
|
getStaticAttribute ( string $className, string $attributeName ) : mixed |
Returns the value of a static attribute. |
|
greaterThan ( mixed $value ) : PHPUnit_Framework_Constraint_GreaterThan |
Returns a PHPUnit_Framework_Constraint_GreaterThan matcher object. |
|
greaterThanOrEqual ( mixed $value ) : PHPUnit_Framework_Constraint_Or |
Returns a PHPUnit_Framework_Constraint_Or matcher object that wraps
a PHPUnit_Framework_Constraint_IsEqual and a
PHPUnit_Framework_Constraint_GreaterThan matcher object. |
|
identicalTo ( mixed $value ) : PHPUnit_Framework_Constraint_IsIdentical |
Returns a PHPUnit_Framework_Constraint_IsIdentical matcher object. |
|
isEmpty ( ) : PHPUnit_Framework_Constraint_IsEmpty |
Returns a PHPUnit_Framework_Constraint_IsEmpty matcher object. |
|
isFalse ( ) : PHPUnit_Framework_Constraint_IsFalse |
Returns a PHPUnit_Framework_Constraint_IsFalse matcher object. |
|
isFinite ( ) : PHPUnit_Framework_Constraint_IsFinite |
Returns a PHPUnit_Framework_Constraint_IsFinite matcher object. |
|
isInfinite ( ) : PHPUnit_Framework_Constraint_IsInfinite |
Returns a PHPUnit_Framework_Constraint_IsInfinite matcher object. |
|
isInstanceOf ( string $className ) : PHPUnit_Framework_Constraint_IsInstanceOf |
Returns a PHPUnit_Framework_Constraint_IsInstanceOf matcher object. |
|
isJson ( ) : PHPUnit_Framework_Constraint_IsJson |
Returns a PHPUnit_Framework_Constraint_IsJson matcher object. |
|
isNan ( ) : PHPUnit_Framework_Constraint_IsNan |
Returns a PHPUnit_Framework_Constraint_IsNan matcher object. |
|
isNull ( ) : PHPUnit_Framework_Constraint_IsNull |
Returns a PHPUnit_Framework_Constraint_IsNull matcher object. |
|
isReadable ( ) : PHPUnit_Framework_Constraint_IsReadable |
Returns a PHPUnit_Framework_Constraint_IsReadable matcher object. |
|
isTrue ( ) : PHPUnit_Framework_Constraint_IsTrue |
Returns a PHPUnit_Framework_Constraint_IsTrue matcher object. |
|
isType ( string $type ) : PHPUnit_Framework_Constraint_IsType |
Returns a PHPUnit_Framework_Constraint_IsType matcher object. |
|
isWritable ( ) : PHPUnit_Framework_Constraint_IsWritable |
Returns a PHPUnit_Framework_Constraint_IsWritable matcher object. |
|
lessThan ( mixed $value ) : PHPUnit_Framework_Constraint_LessThan |
Returns a PHPUnit_Framework_Constraint_LessThan matcher object. |
|
lessThanOrEqual ( mixed $value ) : PHPUnit_Framework_Constraint_Or |
Returns a PHPUnit_Framework_Constraint_Or matcher object that wraps
a PHPUnit_Framework_Constraint_IsEqual and a
PHPUnit_Framework_Constraint_LessThan matcher object. |
|
logicalAnd ( ) : PHPUnit_Framework_Constraint_And |
Returns a PHPUnit_Framework_Constraint_And matcher object. |
|
logicalNot ( PHPUnit_Framework_Constraint $constraint ) : PHPUnit_Framework_Constraint_Not |
Returns a PHPUnit_Framework_Constraint_Not matcher object. |
|
logicalOr ( ) : PHPUnit_Framework_Constraint_Or |
Returns a PHPUnit_Framework_Constraint_Or matcher object. |
|
logicalXor ( ) : PHPUnit_Framework_Constraint_Xor |
Returns a PHPUnit_Framework_Constraint_Xor matcher object. |
|
markTestIncomplete ( string $message = '' ) |
Mark the test as incomplete. |
|
markTestSkipped ( string $message = '' ) |
Mark the test as skipped. |
|
matches ( string $string ) : PHPUnit_Framework_Constraint_StringMatches |
Returns a PHPUnit_Framework_Constraint_StringMatches matcher object. |
|
matchesRegularExpression ( string $pattern ) : PHPUnit_Framework_Constraint_PCREMatch |
Returns a PHPUnit_Framework_Constraint_PCREMatch matcher object. |
|
objectHasAttribute ( string $attributeName ) : PHPUnit_Framework_Constraint_ObjectHasAttribute |
Returns a PHPUnit_Framework_Constraint_ObjectHasAttribute matcher object. |
|
readAttribute ( string | object $classOrObject, string $attributeName ) : mixed |
Returns the value of an attribute of a class or an object. |
|
resetCount ( ) |
Reset the assertion counter. |
|
stringContains ( string $string, boolean $case = true ) : PHPUnit_Framework_Constraint_StringContains |
Returns a PHPUnit_Framework_Constraint_StringContains matcher object. |
|
stringEndsWith ( mixed $suffix ) : PHPUnit_Framework_Constraint_StringEndsWith |
Returns a PHPUnit_Framework_Constraint_StringEndsWith matcher object. |
|
stringStartsWith ( mixed $prefix ) : PHPUnit_Framework_Constraint_StringStartsWith |
Returns a PHPUnit_Framework_Constraint_StringStartsWith matcher object. |
|