|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\src\Refinery\String\LevenshteinTest:
Collaboration diagram for ILIAS\src\Refinery\String\LevenshteinTest:Public Member Functions | |
| setUp () | |
| testSizeReturn () | |
| testExceedMaximumDistance () | |
| testSuccessfulReturn () | |
| testNoMaximumDistance () | |
| testException () | |
| testNoMaxEscapeButOverTheLimit () | |
| testCustomCostsMixed () | |
| testCustomCostsInsert () | |
| testCustomCostsDeletion () | |
| testCustomCostsReplacement () | |
| testApplyToSuccessfulDefault () | |
| testApplyToSuccessfulCustomCost () | |
| testApplyToWrongType () | |
| testMultibyteStringThreeByte () | |
| testEmoji () | |
| testApplyToMultibyteString () | |
Private Attributes | |
| $group | |
| $factory | |
| $test_multibyte_string = "你好" | |
| $test_emoji = "😮💨" | |
Definition at line 28 of file LevenshteinTest.php.
| ILIAS\src\Refinery\String\LevenshteinTest::setUp | ( | ) |
Definition at line 50 of file LevenshteinTest.php.
References factory(), and ILIAS\ILIASObject\Creation\Group.
Here is the call graph for this function:| ILIAS\src\Refinery\String\LevenshteinTest::testApplyToMultibyteString | ( | ) |
Definition at line 175 of file LevenshteinTest.php.
References factory().
Here is the call graph for this function:| ILIAS\src\Refinery\String\LevenshteinTest::testApplyToSuccessfulCustomCost | ( | ) |
Definition at line 142 of file LevenshteinTest.php.
References factory().
Here is the call graph for this function:| ILIAS\src\Refinery\String\LevenshteinTest::testApplyToSuccessfulDefault | ( | ) |
Definition at line 133 of file LevenshteinTest.php.
References factory().
Here is the call graph for this function:| ILIAS\src\Refinery\String\LevenshteinTest::testApplyToWrongType | ( | ) |
Definition at line 151 of file LevenshteinTest.php.
References factory().
Here is the call graph for this function:| ILIAS\src\Refinery\String\LevenshteinTest::testCustomCostsDeletion | ( | ) |
Definition at line 118 of file LevenshteinTest.php.
| ILIAS\src\Refinery\String\LevenshteinTest::testCustomCostsInsert | ( | ) |
Definition at line 111 of file LevenshteinTest.php.
| ILIAS\src\Refinery\String\LevenshteinTest::testCustomCostsMixed | ( | ) |
Definition at line 104 of file LevenshteinTest.php.
| ILIAS\src\Refinery\String\LevenshteinTest::testCustomCostsReplacement | ( | ) |
Definition at line 125 of file LevenshteinTest.php.
| ILIAS\src\Refinery\String\LevenshteinTest::testEmoji | ( | ) |
Definition at line 168 of file LevenshteinTest.php.
| ILIAS\src\Refinery\String\LevenshteinTest::testExceedMaximumDistance | ( | ) |
Definition at line 67 of file LevenshteinTest.php.
| ILIAS\src\Refinery\String\LevenshteinTest::testException | ( | ) |
Definition at line 88 of file LevenshteinTest.php.
| ILIAS\src\Refinery\String\LevenshteinTest::testMultibyteStringThreeByte | ( | ) |
Definition at line 161 of file LevenshteinTest.php.
| ILIAS\src\Refinery\String\LevenshteinTest::testNoMaxEscapeButOverTheLimit | ( | ) |
Definition at line 96 of file LevenshteinTest.php.
| ILIAS\src\Refinery\String\LevenshteinTest::testNoMaximumDistance | ( | ) |
Definition at line 81 of file LevenshteinTest.php.
| ILIAS\src\Refinery\String\LevenshteinTest::testSizeReturn | ( | ) |
Definition at line 60 of file LevenshteinTest.php.
| ILIAS\src\Refinery\String\LevenshteinTest::testSuccessfulReturn | ( | ) |
Definition at line 74 of file LevenshteinTest.php.
|
private |
Definition at line 38 of file LevenshteinTest.php.
|
private |
Definition at line 33 of file LevenshteinTest.php.
|
private |
Definition at line 48 of file LevenshteinTest.php.
|
private |
Definition at line 43 of file LevenshteinTest.php.