ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
setUp () | |
testCreate () | |
testWithOnline (LSItem $object) | |
testCreate More... | |
testWithOrderNumber (LSItem $object) | |
testCreate More... | |
testWithPostCondition (LSItem $object) | |
testCreate More... | |
testWrongValueInWithOnline (LSItem $object) | |
testCreate More... | |
testWrongValueInWithOrderNumber (LSItem $object) | |
testCreate More... | |
testWrongValueInWithPostCondition (LSItem $object) | |
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 | ( | ) |
LSItemTest::testWithOnline | ( | LSItem | $object | ) |
testCreate
Definition at line 55 of file LSItemTest.php.
References $post_condition, LSItem\getDescription(), LSItem\getIconPath(), LSItem\getOrderNumber(), LSItem\getPostCondition(), LSItem\getRefId(), LSItem\getTitle(), LSItem\getType(), LSItem\isOnline(), and LSItem\withOnline().
LSItemTest::testWithOrderNumber | ( | LSItem | $object | ) |
testCreate
Definition at line 81 of file LSItemTest.php.
References $post_condition, LSItem\getDescription(), LSItem\getIconPath(), LSItem\getOrderNumber(), LSItem\getPostCondition(), LSItem\getRefId(), LSItem\getTitle(), LSItem\getType(), LSItem\isOnline(), and LSItem\withOrderNumber().
LSItemTest::testWithPostCondition | ( | LSItem | $object | ) |
testCreate
Definition at line 107 of file LSItemTest.php.
References $post_condition, LSItem\getDescription(), LSItem\getIconPath(), LSItem\getOrderNumber(), LSItem\getPostCondition(), LSItem\getRefId(), LSItem\getTitle(), LSItem\getType(), LSItem\isOnline(), and LSItem\withPostCondition().
LSItemTest::testWrongValueInWithOnline | ( | LSItem | $object | ) |
testCreate
Definition at line 134 of file LSItemTest.php.
References LSItem\withOnline().
LSItemTest::testWrongValueInWithOrderNumber | ( | LSItem | $object | ) |
testCreate
Definition at line 143 of file LSItemTest.php.
References LSItem\withOrderNumber().
LSItemTest::testWrongValueInWithPostCondition | ( | LSItem | $object | ) |
testCreate
Definition at line 152 of file LSItemTest.php.
References LSItem\withPostCondition().
|
protected |
Definition at line 20 of file LSItemTest.php.
Referenced by testCreate(), testWithOnline(), testWithOrderNumber(), and testWithPostCondition().
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.