|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Tests working with color data object. More...
Inheritance diagram for ColorTest:
Collaboration diagram for ColorTest:Public Member Functions | |
| setUp () | |
| testGetRed () | |
| @dataProvider providerColorGetRed More... | |
| providerColorGetRed () | |
| testGetGreen () | |
| @dataProvider providerColorGetGreen More... | |
| providerColorGetGreen () | |
| testGetBlue () | |
| @dataProvider providerColorGetBlue More... | |
| providerColorGetBlue () | |
| testChangeBrightness () | |
| @dataProvider providerColorChangeBrightness More... | |
| providerColorChangeBrightness () | |
| testFullHexValue () | |
| testShortHexValue () | |
| testShortHexValue2 () | |
| testRBGValue () | |
| testWrongRBGValue () | |
| testWrongRBGValue2 () | |
| testWrongRBGValue3 () | |
| testWrongRBGValue4 () | |
| testWrongHexValue () | |
| testWrongHexValue2 () | |
| testWrongHexValue4 () | |
| testDarkness () | |
| testDarkness2 () | |
Protected Member Functions | |
| setUp () | |
| tearDown () | |
Tests working with color data object.
Definition at line 6 of file ColorTest.php.
| ColorTest::providerColorChangeBrightness | ( | ) |
Definition at line 76 of file ColorTest.php.
| ColorTest::providerColorGetBlue | ( | ) |
Definition at line 60 of file ColorTest.php.
| ColorTest::providerColorGetGreen | ( | ) |
Definition at line 44 of file ColorTest.php.
| ColorTest::providerColorGetRed | ( | ) |
Definition at line 28 of file ColorTest.php.
| ColorTest::setUp | ( | ) |
Definition at line 9 of file ColorTest.php.
References defined.
|
protected |
Definition at line 15 of file ColorTest.php.
|
protected |
Definition at line 20 of file ColorTest.php.
| ColorTest::testChangeBrightness | ( | ) |
@dataProvider providerColorChangeBrightness
Definition at line 68 of file ColorTest.php.
References $result.
| ColorTest::testDarkness | ( | ) |
Definition at line 131 of file ColorTest.php.
| ColorTest::testDarkness2 | ( | ) |
Definition at line 137 of file ColorTest.php.
| ColorTest::testFullHexValue | ( | ) |
Definition at line 25 of file ColorTest.php.
| ColorTest::testGetBlue | ( | ) |
@dataProvider providerColorGetBlue
Definition at line 52 of file ColorTest.php.
References $result.
| ColorTest::testGetGreen | ( | ) |
@dataProvider providerColorGetGreen
Definition at line 36 of file ColorTest.php.
References $result.
| ColorTest::testGetRed | ( | ) |
@dataProvider providerColorGetRed
Definition at line 20 of file ColorTest.php.
References $result.
| ColorTest::testRBGValue | ( | ) |
Definition at line 53 of file ColorTest.php.
| ColorTest::testShortHexValue | ( | ) |
Definition at line 37 of file ColorTest.php.
| ColorTest::testShortHexValue2 | ( | ) |
Definition at line 45 of file ColorTest.php.
| ColorTest::testWrongHexValue | ( | ) |
Definition at line 101 of file ColorTest.php.
| ColorTest::testWrongHexValue2 | ( | ) |
Definition at line 111 of file ColorTest.php.
| ColorTest::testWrongHexValue4 | ( | ) |
Definition at line 121 of file ColorTest.php.
| ColorTest::testWrongRBGValue | ( | ) |
Definition at line 61 of file ColorTest.php.
| ColorTest::testWrongRBGValue2 | ( | ) |
Definition at line 71 of file ColorTest.php.
| ColorTest::testWrongRBGValue3 | ( | ) |
Definition at line 81 of file ColorTest.php.
| ColorTest::testWrongRBGValue4 | ( | ) |
Definition at line 91 of file ColorTest.php.