|
Tests for the ATK data node. Located in /testcases/class.test_atkdatanode.inc [line 28] UnitTestCase | --atkTestCase | --test_atkdatanodeAuthor(s):
|
|
| Inherited Properties | Inherited Methods |
|---|---|
|
Inherited From atkTestCase |
Inherited From atkTestCase
|
| void | setUp() | Setup. |
| void | tearDown() | Tear down. |
| void | test_columns_filter() | Test what happens if the data consists of more columns then we have defined attributes for. |
| void | test_combined_params() | Test combined parameters. |
| void | test_constructor() | Test the constructor. |
| void | test_default_order() | Test default order. |
| void | test_desc_order() | Test descending order. |
| void | test_invalid_column_order() | Test invalid column order. |
| void | test_limit() | Test limit. |
| void | test_no_params() | Test if no parameters and no default order is set if we are given all data back unchanged. |
| void | test_numeric_order() | Test if it makes a difference if a column uses a number attribute or not. |
| void | test_order_case_insensitive() | Test case insensitivy of order. |
| void | test_order_override() | Test order override. |
| void | test_order_with_invalid_table_name() | Test order using an invalid table name. |
| void | test_order_with_table_name() | Test order using table name. |
| void | test_selector() | Test selector. |
| Access: | private |
|
Setup.
| Access: | public |
|
Tear down.
| Access: | public |
|
Test what happens if the data consists of more columns then we have defined attributes for.
| Access: | public |
|
Test combined parameters.
| Access: | public |
|
Test the constructor.
| Access: | public |
|
Test default order.
| Access: | public |
|
Test descending order.
| Access: | public |
|
Test invalid column order.
(Elements should not be ordered.)
| Access: | public |
|
Test if no parameters and no default order is set if we are given all data back unchanged.
| Access: | public |
|
Test if it makes a difference if a column uses a number attribute or not.
| Access: | public |
|
Test case insensitivy of order.
| Access: | public |
|
Test order override.
| Access: | public |
|
Test order using an invalid table name.
(Elements should not be ordered.)
| Access: | public |
|
Test order using table name.
| Access: | public |