|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class DataRetrievalTest. More...
Inheritance diagram for Results\Toplist\DataRetrievalTest:
Collaboration diagram for Results\Toplist\DataRetrievalTest:Public Member Functions | |
| test_instantiateObject_shouldReturnInstance () | |
| test_getColumns_shouldReturnAllColumns () | |
| test_getColumns_shouldReturnOnlySelectedColumns () | |
| test_formatTime_shouldReturnZeroTime () | |
| test_formatTime_shouldReturnFormattedTime () | |
Public Member Functions inherited from ilTestBaseTestCase | |
| createInstanceOf (string $class_name, array $explicit_parameters=[]) | |
| createTraitInstanceOf (string $class_name, array $explicit_parameters=[]) | |
Protected Member Functions | |
| setUp () | |
Protected Member Functions inherited from ilTestBaseTestCase | |
| setUp () | |
| tearDown () | |
Private Attributes | |
| DataRetrieval | $tableObj |
| ilObjTest | $testObjMock |
Additional Inherited Members | |
Static Public Member Functions inherited from ilTestBaseTestCase | |
| static | callMethod ($obj, $name, array $args=[]) |
| static | getNonPublicPropertyValue (object $obj, string $name) |
Data Fields inherited from ilTestBaseTestCase | |
| const string | MOCKED_METHOD_WITHOUT_OUTPUT = 'MOCKED_METHOD_WITHOUT_OUTPUT' |
| const string | DYNAMIC_CLASS = 'DynamicClass' |
Protected Attributes inherited from ilTestBaseTestCase | |
| Container | $dic = null |
| Container | $backup_dic = null |
Static Protected Attributes inherited from ilTestBaseTestCase | |
| static int | $DYNAMIC_CLASS_COUNT = 0 |
Class DataRetrievalTest.
Definition at line 33 of file DataRetrievalTest.php.
|
protected |
Reimplemented from ilTestBaseTestCase.
Definition at line 39 of file DataRetrievalTest.php.
References $DIC, addGlobal_ilCtrl(), addGlobal_ilUser(), addGlobal_lng(), and getTestObjMock().
Here is the call graph for this function:| Results\Toplist\DataRetrievalTest::test_formatTime_shouldReturnFormattedTime | ( | ) |
Definition at line 109 of file DataRetrievalTest.php.
| Results\Toplist\DataRetrievalTest::test_formatTime_shouldReturnZeroTime | ( | ) |
Definition at line 104 of file DataRetrievalTest.php.
| Results\Toplist\DataRetrievalTest::test_getColumns_shouldReturnAllColumns | ( | ) |
Definition at line 68 of file DataRetrievalTest.php.
| Results\Toplist\DataRetrievalTest::test_getColumns_shouldReturnOnlySelectedColumns | ( | ) |
Definition at line 87 of file DataRetrievalTest.php.
| Results\Toplist\DataRetrievalTest::test_instantiateObject_shouldReturnInstance | ( | ) |
Definition at line 63 of file DataRetrievalTest.php.
|
private |
Definition at line 35 of file DataRetrievalTest.php.
|
private |
Definition at line 37 of file DataRetrievalTest.php.