|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
TestCase for SplitString transformations. More...
Inheritance diagram for SplitStringTest:
Collaboration diagram for SplitStringTest:Public Member Functions | |
| testTransform () | |
| testTransformFails () | |
| testInvoke () | |
| testInvokeFails () | |
| testApplyToWithValidValueReturnsAnOkResult () | |
| testApplyToWithInvalidValueWillLeadToErrorResult () | |
Data Fields | |
| const | STRING_TO_SPLIT = "I am#a test string#for split" |
Protected Member Functions | |
| setUp () | |
| tearDown () | |
Static Protected Attributes | |
| static | $result = array("I am", "a test string", "for split") |
Private Attributes | |
| $split_string | |
TestCase for SplitString transformations.
Definition at line 13 of file SplitStringTest.php.
|
protected |
Definition at line 23 of file SplitStringTest.php.
|
protected |
Definition at line 31 of file SplitStringTest.php.
| SplitStringTest::testApplyToWithInvalidValueWillLeadToErrorResult | ( | ) |
Definition at line 123 of file SplitStringTest.php.
References $factory.
| SplitStringTest::testApplyToWithValidValueReturnsAnOkResult | ( | ) |
Definition at line 112 of file SplitStringTest.php.
| SplitStringTest::testInvoke | ( | ) |
Definition at line 73 of file SplitStringTest.php.
References $result, and $split_string.
| SplitStringTest::testInvokeFails | ( | ) |
Definition at line 80 of file SplitStringTest.php.
References Vendor\Package\$e, and $split_string.
| SplitStringTest::testTransform | ( | ) |
Definition at line 37 of file SplitStringTest.php.
References $result.
| SplitStringTest::testTransformFails | ( | ) |
Definition at line 43 of file SplitStringTest.php.
References Vendor\Package\$e.
|
staticprotected |
Definition at line 16 of file SplitStringTest.php.
|
private |
Definition at line 21 of file SplitStringTest.php.
Referenced by testInvoke(), and testInvokeFails().
| const SplitStringTest::STRING_TO_SPLIT = "I am#a test string#for split" |
Definition at line 15 of file SplitStringTest.php.