Home
last modified time | relevance | path

Searched defs:expected (Results 51 – 75 of 138) sorted by path

123456

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Comparator/
H A DClosureComparator.php24 public function accepts($expected, $actual)
30 …public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase …
H A DProphecyComparator.php19 public function accepts($expected, $actual)
24 …public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase …
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php629 public static function assertGreaterThan($expected, $actual, $message = '')
691 public static function assertLessThan($expected, $actual, $message = '')
720 public static function assertLessThanOrEqual($expected, $actual, $message = '')
1370 public static function assertSame($expected, $actual, $message = '')
1410 public static function assertNotSame($expected, $actual, $message = '')
1448 public static function assertInstanceOf($expected, $actual, $message = '')
1485 public static function assertNotInstanceOf($expected, $actual, $message = '')
1522 public static function assertInternalType($expected, $actual, $message = '')
1559 public static function assertNotInternalType($expected, $actual, $message = '')
1643 public static function assertSameSize($expected, $actual, $message = '')
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php722 function assertGreaterThan($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 = '')
1042 function assertNotInstanceOf($expected, $actual, $message = '')
1057 function assertNotInternalType($expected, $actual, $message = '')
1119 function assertNotSame($expected, $actual, $message = '')
1135 function assertNotSameSize($expected, $actual, $message = '')
1211 function assertSame($expected, $actual, $message = '')
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DCount.php21 public function __construct($expected)
H A DExceptionCode.php21 public function __construct($expected)
H A DExceptionMessage.php21 public function __construct($expected)
H A DExceptionMessageRegExp.php21 public function __construct($expected)
H A DSameSize.php21 public function __construct($expected)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3467 public function testAssertJsonStringEqualsJsonStringErrorRaised($expected, $actual)
3489 public function testAssertJsonStringNotEqualsJsonStringErrorRaised($expected, $actual)
H A DConstraintTest.php827 public function testConstraintIsEqual2($expected, $actual, $message)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DArraySubsetTest.php20 public function testEvaluate($expected, $subset, $other, $strict)
H A DIsJsonTest.php16 public function testEvaluate($expected, $jsonOther)
H A DJsonMatchesTest.php16 public function testEvaluate($expected, $jsonOther, $jsonValue)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/JsonMatches/
H A DErrorMessageProviderTest.php16 public function testTranslateTypeToPrefix($expected, $type)
27 public function testDetermineJsonError($expected, $error, $prefix)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2137/
H A DIssue2137Test.php9 public function testBrandService($provided, $expected)
29 public function testSomethingElseInvalid($provided, $expected)
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DArrayComparator.php25 public function accepts($expected, $actual)
42 …public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase …
H A DComparator.php50 abstract public function accepts($expected, $actual);
63 …abstract public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ig…
H A DComparisonFailure.php24 protected $expected; variable in SebastianBergmann\\Comparator\\ComparisonFailure
67 …public function __construct($expected, $actual, $expectedAsString, $actualAsString, $identical = f…
H A DDOMNodeComparator.php28 public function accepts($expected, $actual)
45 …public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase …
H A DDateTimeComparator.php25 public function accepts($expected, $actual)
43 …public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase …
H A DDoubleComparator.php32 public function accepts($expected, $actual)
48 …public function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase …
H A DExceptionComparator.php25 public function accepts($expected, $actual)
H A DFactory.php66 public function getComparatorFor($expected, $actual)
H A DMockObjectComparator.php25 public function accepts($expected, $actual)

123456