ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
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(), null, ilUIFilterServiceSessionGateway\reset(), ilUIFilterServiceSessionGateway\writeActivated(), ilUIFilterServiceSessionGateway\writeExpanded(), ilUIFilterServiceSessionGateway\writeRendered(), and ilUIFilterServiceSessionGateway\writeValue().
UIFilterServiceSessionGatewayTest::testFilterActivated | ( | ) |
Definition at line 66 of file UIFilterServiceSessionGatewayTest.php.
References $gateway, ilUIFilterServiceSessionGateway\isActivated(), and ilUIFilterServiceSessionGateway\writeActivated().
UIFilterServiceSessionGatewayTest::testFilterExpanded | ( | ) |
Definition at line 76 of file UIFilterServiceSessionGatewayTest.php.
References $gateway, ilUIFilterServiceSessionGateway\isExpanded(), and ilUIFilterServiceSessionGateway\writeExpanded().
UIFilterServiceSessionGatewayTest::testFilterInputRendered | ( | ) |
Definition at line 86 of file UIFilterServiceSessionGatewayTest.php.
References $gateway, ilUIFilterServiceSessionGateway\isRendered(), and ilUIFilterServiceSessionGateway\writeRendered().
UIFilterServiceSessionGatewayTest::testFilterInputValue | ( | ) |
Definition at line 96 of file UIFilterServiceSessionGatewayTest.php.
References $gateway, ilUIFilterServiceSessionGateway\getValue(), and ilUIFilterServiceSessionGateway\writeValue().
|
protected |
Definition at line 26 of file UIFilterServiceSessionGatewayTest.php.
Referenced by testClear(), testFilterActivated(), testFilterExpanded(), testFilterInputRendered(), and testFilterInputValue().