|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for LSItemTest:
Collaboration diagram for LSItemTest:Public Member Functions | |
| setUp () | |
| testCreate () | |
| testWithOnline (LSItem $object) | |
| @depends testCreate More... | |
| testWithOrderNumber (LSItem $object) | |
| @depends testCreate More... | |
| testWithPostCondition (LSItem $object) | |
| @depends testCreate More... | |
| testWrongValueInWithOnline (LSItem $object) | |
| @depends testCreate More... | |
| testWrongValueInWithOrderNumber (LSItem $object) | |
| @depends testCreate More... | |
| testWrongValueInWithPostCondition (LSItem $object) | |
| @depends testCreate More... | |
Data Fields | |
| const | TYPE = "type" |
| const | TITLE = "tile" |
| const | DESC = "description" |
| const | ICON_PATH = "icon_path" |
| const | IS_ONLINE = true |
| const | ORDER_NUMBER = 10 |
| const | REF_ID = 30 |
Protected Attributes | |
| $post_condition | |
Definition at line 7 of file LSItemTest.php.
| LSItemTest::setUp | ( | ) |
Definition at line 22 of file LSItemTest.php.
| LSItemTest::testCreate | ( | ) |
Definition at line 27 of file LSItemTest.php.
| LSItemTest::testWithOnline | ( | LSItem | $object | ) |
@depends testCreate
Definition at line 55 of file LSItemTest.php.
References LSItem\getDescription(), LSItem\getIconPath(), LSItem\getOrderNumber(), LSItem\getPostCondition(), LSItem\getRefId(), LSItem\getTitle(), LSItem\getType(), LSItem\isOnline(), and LSItem\withOnline().
Here is the call graph for this function:| LSItemTest::testWithOrderNumber | ( | LSItem | $object | ) |
@depends testCreate
Definition at line 81 of file LSItemTest.php.
References LSItem\getDescription(), LSItem\getIconPath(), LSItem\getOrderNumber(), LSItem\getPostCondition(), LSItem\getRefId(), LSItem\getTitle(), LSItem\getType(), LSItem\isOnline(), and LSItem\withOrderNumber().
Here is the call graph for this function:| LSItemTest::testWithPostCondition | ( | LSItem | $object | ) |
@depends testCreate
Definition at line 107 of file LSItemTest.php.
References LSItem\getDescription(), LSItem\getIconPath(), LSItem\getOrderNumber(), LSItem\getPostCondition(), LSItem\getRefId(), LSItem\getTitle(), LSItem\getType(), LSItem\isOnline(), and LSItem\withPostCondition().
Here is the call graph for this function:| LSItemTest::testWrongValueInWithOnline | ( | LSItem | $object | ) |
@depends testCreate
Definition at line 134 of file LSItemTest.php.
References LSItem\withOnline().
Here is the call graph for this function:| LSItemTest::testWrongValueInWithOrderNumber | ( | LSItem | $object | ) |
@depends testCreate
Definition at line 143 of file LSItemTest.php.
References LSItem\withOrderNumber().
Here is the call graph for this function:| LSItemTest::testWrongValueInWithPostCondition | ( | LSItem | $object | ) |
@depends testCreate
Definition at line 152 of file LSItemTest.php.
References LSItem\withPostCondition().
Here is the call graph for this function:
|
protected |
Definition at line 20 of file LSItemTest.php.
| const LSItemTest::DESC = "description" |
Definition at line 11 of file LSItemTest.php.
| const LSItemTest::ICON_PATH = "icon_path" |
Definition at line 12 of file LSItemTest.php.
| const LSItemTest::IS_ONLINE = true |
Definition at line 13 of file LSItemTest.php.
| const LSItemTest::ORDER_NUMBER = 10 |
Definition at line 14 of file LSItemTest.php.
| const LSItemTest::REF_ID = 30 |
Definition at line 15 of file LSItemTest.php.
| const LSItemTest::TITLE = "tile" |
Definition at line 10 of file LSItemTest.php.
| const LSItemTest::TYPE = "type" |
Definition at line 9 of file LSItemTest.php.