|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for Component\Progress\BarStateTest:
Collaboration diagram for Component\Progress\BarStateTest:Public Member Functions | |
| testDeterminateConstructionWithNegativeNumber () | |
| testDeterminateConstructionWithMaximumValue () | |
| testRenderIndeterminate () | |
| testRenderDeterminate () | |
| testRenderSuccess () | |
| testRenderFailure () | |
| getUIFactory () | |
Protected Member Functions | |
| setUp () | |
Protected Attributes | |
| string | $indeterminate_status_value |
| string | $determinate_status_value |
| string | $success_status_value |
| string | $failure_status_value |
| string | $message |
Definition at line 30 of file BarStateTest.php.
| Component\Progress\BarStateTest::getUIFactory | ( | ) |
Definition at line 193 of file BarStateTest.php.
References ILIAS\GlobalScreen\Provider\__construct().
Referenced by Component\Progress\BarStateTest\setUp(), Component\Progress\BarStateTest\testDeterminateConstructionWithMaximumValue(), Component\Progress\BarStateTest\testDeterminateConstructionWithNegativeNumber(), Component\Progress\BarStateTest\testRenderDeterminate(), Component\Progress\BarStateTest\testRenderFailure(), Component\Progress\BarStateTest\testRenderIndeterminate(), and Component\Progress\BarStateTest\testRenderSuccess().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 38 of file BarStateTest.php.
References Component\Progress\BarStateTest\$determinate_status_value, Component\Progress\BarStateTest\$indeterminate_status_value, Component\Progress\BarStateTest\$message, ILIAS\UI\Implementation\Component\Progress\State\Bar\FAILURE, and Component\Progress\BarStateTest\getUIFactory().
Here is the call graph for this function:| Component\Progress\BarStateTest::testDeterminateConstructionWithMaximumValue | ( | ) |
Definition at line 77 of file BarStateTest.php.
References Component\Progress\BarStateTest\$failure_status_value, Component\Progress\BarStateTest\$message, Component\Progress\BarStateTest\$success_status_value, and Component\Progress\BarStateTest\getUIFactory().
Here is the call graph for this function:| Component\Progress\BarStateTest::testDeterminateConstructionWithNegativeNumber | ( | ) |
Definition at line 70 of file BarStateTest.php.
References Component\Progress\BarStateTest\getUIFactory().
Here is the call graph for this function:| Component\Progress\BarStateTest::testRenderDeterminate | ( | ) |
Definition at line 126 of file BarStateTest.php.
References $renderer, and Component\Progress\BarStateTest\getUIFactory().
Here is the call graph for this function:| Component\Progress\BarStateTest::testRenderFailure | ( | ) |
Definition at line 171 of file BarStateTest.php.
References $renderer, and Component\Progress\BarStateTest\getUIFactory().
Here is the call graph for this function:| Component\Progress\BarStateTest::testRenderIndeterminate | ( | ) |
Definition at line 104 of file BarStateTest.php.
References $renderer, and Component\Progress\BarStateTest\getUIFactory().
Here is the call graph for this function:| Component\Progress\BarStateTest::testRenderSuccess | ( | ) |
Definition at line 149 of file BarStateTest.php.
References $renderer, and Component\Progress\BarStateTest\getUIFactory().
Here is the call graph for this function:
|
protected |
Definition at line 33 of file BarStateTest.php.
Referenced by Component\Progress\BarStateTest\setUp().
|
protected |
Definition at line 35 of file BarStateTest.php.
Referenced by Component\Progress\BarStateTest\testDeterminateConstructionWithMaximumValue().
|
protected |
Definition at line 32 of file BarStateTest.php.
Referenced by Component\Progress\BarStateTest\setUp().
|
protected |
Definition at line 36 of file BarStateTest.php.
Referenced by Component\Progress\BarStateTest\setUp(), and Component\Progress\BarStateTest\testDeterminateConstructionWithMaximumValue().
|
protected |
Definition at line 34 of file BarStateTest.php.
Referenced by Component\Progress\BarStateTest\testDeterminateConstructionWithMaximumValue().