CacheExampleTestCase |
class |
|
modules/examples/cache_example/cache_example.test |
Functional tests for the Cache Example module. |
ContextualLinksExampleTestCase |
class |
|
modules/examples/contextual_links_example/contextual_links_example.test |
Functional tests for the contextual_links_example module. |
CronExampleTestCase |
class |
|
modules/examples/cron_example/cron_example.test |
cron_example test class |
DBTNGExampleUnitTestCase |
class |
|
modules/examples/dbtng_example/dbtng_example.test |
Default test case for the dbtng_example module. |
EmailExampleTestCase |
class |
|
modules/examples/email_example/email_example.test |
Functionality tests for email example module. |
EntityExampleBasicControllerInterface |
interface |
|
modules/examples/entity_example/entity_example.inc |
EntityExampleBasicControllerInterface definition. |
EntityExampleBasicController |
class |
|
modules/examples/entity_example/entity_example.inc |
EntityExampleBasicController extends BackdropDefaultEntityController. |
EntityExampleBasic |
class |
|
modules/examples/entity_example/entity_example.inc |
EntityExampleBasic extends Entity. |
EntityExampleTestCase |
class |
|
modules/examples/entity_example/entity_example.test |
Functionality tests for enitity example module. |
FieldExampleTest |
class |
|
modules/examples/field_example/field_example.test |
Functional tests for the Field Example module. |
GenericFieldTest |
class |
|
modules/examples/field_permission_example/field_permission_example.test |
A generic field testing class. |
FieldTestPermissionsExample |
class |
|
modules/examples/field_permission_example/field_permission_example.test |
|
FileExampleTest |
class |
|
modules/examples/file_example/file_example.test |
Functional tests for the File Example module. |
FileExampleSessionStreamWrapper |
class |
|
modules/examples/file_example/file_example_session_streams.inc |
Example stream wrapper class to handle session:// streams. |
FilterExampleTestCase |
class |
|
modules/examples/filter_example/filter_example.test |
|
FormExampleTestCase |
class |
|
modules/examples/form_example/form_example.test |
Default test case for the form_example module. |
ImageExampleTestCase |
class |
|
modules/examples/image_example/image_example.test |
Functional tests for the Image Example module. |
JsExampleTestCase |
class |
|
modules/examples/js_example/js_example.test |
Default test case for the js_example module. |
MenuExampleTestCase |
class |
|
modules/examples/menu_example/menu_example.test |
Functional tests for the Menu Example module. |
NodeApiExampleTestCase |
class |
|
modules/examples/nodeapi_example/nodeapi_example.test |
Functional tests for the NodeAPI Example module. |
NodeAccessExampleTestCase |
class |
|
modules/examples/node_access_example/node_access_example.test |
Functional tests for the Node Access Example module. |
NodeExampleTestCase |
class |
|
modules/examples/node_example/node_example.test |
Functionality tests for node example module. |
PagerExampleTestCase |
class |
|
modules/examples/pager_example/pager_example.test |
Functionality tests for the pager example module. |
PageExampleTestCase |
class |
|
modules/examples/page_example/page_example.test |
Functional tests for the Page Example module. |
QueueExampleTestCase |
class |
|
modules/examples/queue_example/queue_example.test |
Functional tests for the Queue Example module. |
RenderExampleTestCase |
class |
|
modules/examples/render_example/render_example.test |
Functional tests for the Render Example module. |
SimpleTestExampleTestCase |
class |
|
modules/examples/simpletest_example/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/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/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/tabledrag_example.test |
Default test case for the tabledrag_example module. |
TableSortExampleTestCase |
class |
|
modules/examples/tablesort_example/tablesort_example.test |
Functionality tests for the tablesort example module. |
ThemingExampleTestCase |
class |
|
modules/examples/theming_example/theming_example.test |
Functional tests for the theming example module. |
TokenExampleTestCase |
class |
|
modules/examples/token_example/token_example.test |
Functional tests for the Token Example module. |
VerticalTabsExampleTestCase |
class |
|
modules/examples/vertical_tabs_example/vertical_tabs_example.test |
Default test case for the vertical_tabs_example module. |