PATH:
home
/
centosnipponia
/
public_html
/
appnip-old
/
vendor
/
hamcrest
/
hamcrest-php
/
hamcrest
/
Hamcrest
<?php namespace Hamcrest; /* Copyright (c) 2009 hamcrest.org */ /** * Official documentation for this class is missing. */ abstract class DiagnosingMatcher extends BaseMatcher { final public function matches($item) { return $this->matchesWithDiagnosticDescription($item, new NullDescription()); } public function describeMismatch($item, Description $mismatchDescription) { $this->matchesWithDiagnosticDescription($item, $mismatchDescription); } abstract protected function matchesWithDiagnosticDescription($item, Description $mismatchDescription); }
[+]
..
[+]
Arrays
[-] AssertionError.php
[edit]
[-] BaseDescription.php
[edit]
[-] BaseMatcher.php
[edit]
[+]
Collection
[+]
Core
[-] Description.php
[edit]
[-] DiagnosingMatcher.php
[edit]
[-] FeatureMatcher.php
[edit]
[+]
Internal
[-] Matcher.php
[edit]
[-] MatcherAssert.php
[edit]
[-] Matchers.php
[edit]
[-] NullDescription.php
[edit]
[+]
Number
[-] SelfDescribing.php
[edit]
[-] StringDescription.php
[edit]
[+]
Text
[+]
Type
[-] TypeSafeDiagnosingMatcher.php
[edit]
[-] TypeSafeMatcher.php
[edit]
[-] Util.php
[edit]
[+]
Xml
[-] .htaccess.disabled
[edit]