NodeAccessExampleTestCase |
class |
|
modules/examples/node_access_example/tests/node_access_example.test |
Functional tests for the Node Access Example module. |
NodeHooksExampleTestCase |
class |
|
modules/examples/node_hooks_example/tests/node_hooks_example.test |
Functional tests for the Node Hooks Example module. |
NodeTypeExampleTest |
class |
|
modules/examples/node_type_example/tests/node_type_example.test |
Functionality tests for The Node Type Example module. |
PagerExampleTestCase |
class |
|
modules/examples/pager_example/tests/pager_example.test |
Functionality tests for the pager example module. |
PageExampleTestCase |
class |
|
modules/examples/page_example/tests/page_example.test |
Functional tests for the Page Example module. |
QueueExampleTestCase |
class |
|
modules/examples/queue_example/tests/queue_example.test |
Functional tests for the Queue Example module. |
RenderExampleTestCase |
class |
|
modules/examples/render_example/tests/render_example.test |
Functional tests for the Render Example module. |
SimpleTestExampleTestCase |
class |
|
modules/examples/simpletest_example/tests/simpletest_example.test |
The SimpleTestExampleTestCase is a functional test case, meaning that it
actually exercises a particular sequence of actions through the web UI.
The majority of core test cases are done this way, but the SimpleTest suite
also provides unit tests as… |
SimpleTestUnitTestExampleTestCase |
class |
|
modules/examples/simpletest_example/tests/simpletest_example.test |
Although most core test cases are based on BackdropWebTestCase and are
functional tests (exercising the web UI) we also have BackdropUnitTestCase,
which executes much faster because a Backdrop install does not have to be
one. No environment is… |
SimpleTestExampleMockModuleTestCase |
class |
|
modules/examples/simpletest_example/tests/simpletest_example.test |
SimpleTestExampleMockModuleTestCase allows us to demonstrate how you can
use a mock module to aid in functional testing in Backdrop. |
TabledragExampleTestCase |
class |
|
modules/examples/tabledrag_example/tests/tabledrag_example.test |
Default test case for the tabledrag_example module. |
TableSortExampleTestCase |
class |
|
modules/examples/tablesort_example/tests/tablesort_example.test |
Functionality tests for the tablesort example module. |
ThemingExampleTestCase |
class |
|
modules/examples/theming_example/tests/theming_example.test |
Functional tests for the theming example module. |
TokenExampleTestCase |
class |
|
modules/examples/token_example/tests/token_example.test |
Functional tests for the Token Example module. |
VerticalTabsExampleTestCase |
class |
|
modules/examples/vertical_tabs_example/tests/vertical_tabs_example.test |
Default test case for the vertical_tabs_example module. |