Classes and interfaces

Classes

NameLocationDescription
ActionExampleTestCaseaction_example/action_example.testDefault test case for the action_example module.
AjaxExampleTestCaseajax_example/ajax_example.test@file Test ajax example module.
BatchExampleTestCasebatch_example/batch_example.test@file Test case for Testing the batch example module.
BlockExampleTestCaseblock_example/block_example.test@file Test case for testing the block example module.
CacheExampleTestCasecache_example/cache_example.test@file Test case for testing the cache example module.
ContextualLinksExampleTestCasecontextual_links_example/contextual_links_example.test@file Tests for the contextual links example module.
CronExampleTestCasecron_example/cron_example.testcron_example test class
DBTNGExampleUnitTestCasedbtng_example/dbtng_example.testDefault test case for the dbtng_example module.
EmailExampleTestCaseemail_example/email_example.testFunctionality tests for email example module.
FieldExampleTestfield_example/field_example.test
FileExampleSessionStreamWrapperfile_example/file_example_session_streams.incExample stream wrapper class to handle session:// streams.
FileExampleTestfile_example/file_example.test
FilterExampleTestCasefilter_example/filter_example.test@file Test case for Testing the filter example module.
FormExampleTestCaseform_example/form_example.testDefault test case for the form_example module.
ImageExampleTestCaseimage_example/image_example.test@file Test case for testing the image example module.
MenuExampleTestCasemenu_example/menu_example.test@file Tests for menu example module.
NodeAccessExampleTestCasenode_access_example/node_access_example.test@file Tests for Node Access example module.
NodeApiExampleTestCasenodeapi_example/nodeapi_example.test@file Test case for Testing the node API example module.
NodeExampleTestCasenode_example/node_example.testFunctionality tests for node example module.
PageExampleTestCasepage_example/page_example.test@file Test case for Testing the page example module.
PagerExampleTestCasepager_example/pager_example.testFunctionality tests for the pager example module.
QueueExampleTestCasequeue_example/queue_example.test@file Test the queue example module.
RenderExampleTestCaserender_example/render_example.test@file Test for the render example module.
SimpletestExampleTestCasesimpletest_example/simpletest_example.testThe 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…
SimpletestUnitTestExampleTestCasesimpletest_example/simpletest_example.testAlthough most core test cases are based on DrupalWebTestCase and are functional tests (exercising the web UI) we also have DrupalUnitTestCase, which executes much faster because a Drupal install does not have to be one. No environment is provided to a…
TableSortExampleTestCasetablesort_example/tablesort_example.testFunctionality tests for the tablesort example module.
ThemingExampleTestCasetheming_example/theming_example.testFunctionality tests for the theming example module.
TokenExampleTestCasetoken_example/token_example.test
TriggerExampleTestCasetrigger_example/trigger_example.testDefault test case for the trigger_example module.
XmlrpcExampleTestCasexmlrpc_example/xmlrpc_example.test@file Test case for the XML-RPC example module.

Other projects