Home
last modified time | relevance | path

Searched defs:actual (Results 26 – 50 of 66) sorted by relevance

123

/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
DDateTimeComparator.php25 public function accepts($expected, $actual)
43 …public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase …
DObjectComparator.php25 public function accepts($expected, $actual)
42 …public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase …
DComparator.php50 abstract public function accepts($expected, $actual);
63 …abstract public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ig…
DDOMNodeComparator.php28 public function accepts($expected, $actual)
45 …public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase …
DComparisonFailure.php30 protected $actual; variable in SebastianBergmann\\Comparator\\ComparisonFailure
67 …public function __construct($expected, $actual, $expectedAsString, $actualAsString, $identical = f…
DMockObjectComparator.php25 public function accepts($expected, $actual)
DExceptionComparator.php25 public function accepts($expected, $actual)
DFactory.php66 public function getComparatorFor($expected, $actual)
/plugin/s5reloaded/ui/effects_support/
Dunittest.js291 assertEqual: function(expected, actual) { argument
298 assertInspect: function(expected, actual) { argument
305 assertEnumEqual: function(expected, actual) { argument
313 assertNotEqual: function(expected, actual) { argument
319 assertIdentical: function(expected, actual) { argument
326 assertNotIdentical: function(expected, actual) { argument
339 assertMatch: function(expected, actual) { argument
354 assertType: function(expected, actual) { argument
362 assertNotOfType: function(expected, actual) { argument
370 assertInstanceOf: function(expected, actual) { argument
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
DFunctions.php576 function assertEmpty($actual, $message = '')
611 function assertEquals($expected, $actual, $message = '', $delta = 0.0, $maxDepth = 10, $canonicaliz…
661 function assertFileEquals($expected, $actual, $message = '', $canonicalize = false, $ignoreCase = f…
693 function assertFileNotEquals($expected, $actual, $message = '', $canonicalize = false, $ignoreCase …
722 function assertGreaterThan($expected, $actual, $message = '')
737 function assertGreaterThanOrEqual($expected, $actual, $message = '')
752 function assertInstanceOf($expected, $actual, $message = '')
767 function assertInternalType($expected, $actual, $message = '')
886 function assertLessThan($expected, $actual, $message = '')
901 function assertLessThanOrEqual($expected, $actual, $message = '')
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DAssert.php475 …public static function assertEquals($expected, $actual, $message = '', $delta = 0.0, $maxDepth = 1…
524 …public static function assertNotEquals($expected, $actual, $message = '', $delta = 0.0, $maxDepth …
572 public static function assertEmpty($actual, $message = '')
601 public static function assertNotEmpty($actual, $message = '')
629 public static function assertGreaterThan($expected, $actual, $message = '')
658 public static function assertGreaterThanOrEqual($expected, $actual, $message = '')
691 public static function assertLessThan($expected, $actual, $message = '')
720 public static function assertLessThanOrEqual($expected, $actual, $message = '')
752 …public static function assertFileEquals($expected, $actual, $message = '', $canonicalize = false, …
778 …public static function assertFileNotEquals($expected, $actual, $message = '', $canonicalize = fals…
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DTestCase.php20 function assertVObjEquals($expected, $actual, $message = '') {
/plugin/webdav/vendor/sabre/vobject/lib/
DPHPUnitAssertions.php35 public function assertVObjectEqualsVObject($expected, $actual, $message = '')
/plugin/icalevents/vendor/sabre/vobject/lib/
DPHPUnitAssertions.php35 function assertVObjectEqualsVObject($expected, $actual, $message = '') {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php20 function assertVObjEquals($expected, $actual, $message = '') {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DTestCase.php20 function assertVObjEquals($expected, $actual, $message = '') {
/plugin/tag/_test/
Dtopic_and_tagrefine.test.php91 private function hasPages($expected, $actual, $msg_prefix = '') {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DXML.php38 …public static function load($actual, $isHtml = false, $filename = '', $xinclude = false, $strict =…
/plugin/combo/ComboStrap/
H A DJson.php35 public static function createFromArray(array $actual): Json
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DAnnotationException.php118 …c static function attributeTypeError($attributeName, $annotationName, $context, $expected, $actual)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php643 function assertVObjEquals($expected, $actual) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
DEventDispatcherTest.php222 private $actual = []; variable in JMS\\Serializer\\Tests\\Serializer\\EventDispatcher\\MockListener
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
DBaseDriverTest.php538 private function assetMetadataEquals(PropertyMetadata $expected, PropertyMetadata $actual)
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
DDecoder.php161 private function verifySize($expected, $actual)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DConstraintTest.php827 public function testConstraintIsEqual2($expected, $actual, $message)

123