PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
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); }
[-] FeatureMatcher.php
[edit]
[-] Description.php
[edit]
[+]
Collection
[+]
..
[+]
Type
[-] StringDescription.php
[edit]
[-] BaseDescription.php
[edit]
[+]
Internal
[+]
Number
[-] TypeSafeDiagnosingMatcher.php
[edit]
[-] BaseMatcher.php
[edit]
[-] NullDescription.php
[edit]
[-] DiagnosingMatcher.php
[edit]
[-] TypeSafeMatcher.php
[edit]
[+]
Core
[-] Matcher.php
[edit]
[-] SelfDescribing.php
[edit]
[-] Util.php
[edit]
[+]
Text
[+]
Xml
[-] MatcherAssert.php
[edit]
[-] Matchers.php
[edit]
[-] AssertionError.php
[edit]
[+]
Arrays