|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for UIFilterServiceSessionGatewayTest:
Collaboration diagram for UIFilterServiceSessionGatewayTest:Public Member Functions | |
| testClear () | |
| testFilterActivated () | |
| testFilterExpanded () | |
| testFilterInputRendered () | |
| testFilterInputValue () | |
Protected Member Functions | |
| setUp () | |
| tearDown () | |
Protected Attributes | |
| ilUIFilterServiceSessionGateway | $gateway |
Definition at line 24 of file UIFilterServiceSessionGatewayTest.php.
|
protected |
Definition at line 28 of file UIFilterServiceSessionGatewayTest.php.
|
protected |
Definition at line 35 of file UIFilterServiceSessionGatewayTest.php.
| UIFilterServiceSessionGatewayTest::testClear | ( | ) |
Definition at line 39 of file UIFilterServiceSessionGatewayTest.php.
References $gateway, ilUIFilterServiceSessionGateway\getValue(), ilUIFilterServiceSessionGateway\isActivated(), ilUIFilterServiceSessionGateway\isExpanded(), ilUIFilterServiceSessionGateway\isRendered(), ilUIFilterServiceSessionGateway\reset(), ilUIFilterServiceSessionGateway\writeActivated(), ilUIFilterServiceSessionGateway\writeExpanded(), ilUIFilterServiceSessionGateway\writeRendered(), and ilUIFilterServiceSessionGateway\writeValue().
Here is the call graph for this function:| UIFilterServiceSessionGatewayTest::testFilterActivated | ( | ) |
Definition at line 66 of file UIFilterServiceSessionGatewayTest.php.
References $gateway, ilUIFilterServiceSessionGateway\isActivated(), and ilUIFilterServiceSessionGateway\writeActivated().
Here is the call graph for this function:| UIFilterServiceSessionGatewayTest::testFilterExpanded | ( | ) |
Definition at line 76 of file UIFilterServiceSessionGatewayTest.php.
References $gateway, ilUIFilterServiceSessionGateway\isExpanded(), and ilUIFilterServiceSessionGateway\writeExpanded().
Here is the call graph for this function:| UIFilterServiceSessionGatewayTest::testFilterInputRendered | ( | ) |
Definition at line 86 of file UIFilterServiceSessionGatewayTest.php.
References $gateway, ilUIFilterServiceSessionGateway\isRendered(), and ilUIFilterServiceSessionGateway\writeRendered().
Here is the call graph for this function:| UIFilterServiceSessionGatewayTest::testFilterInputValue | ( | ) |
Definition at line 96 of file UIFilterServiceSessionGatewayTest.php.
References $gateway, ilUIFilterServiceSessionGateway\getValue(), and ilUIFilterServiceSessionGateway\writeValue().
Here is the call graph for this function:
|
protected |
Definition at line 26 of file UIFilterServiceSessionGatewayTest.php.
Referenced by testClear(), testFilterActivated(), testFilterExpanded(), testFilterInputRendered(), and testFilterInputValue().