-

Note: You are currently viewing documentation for Moodle 3.10. Up-to-date documentation for the latest stable version of Moodle may be available here: Unit tests.

Unit tests

From MoodleDocs
Revision as of 17:09, 15 November 2009 by chris collman (talk | contribs) (See also)

administration > reports> Unit tests

The Unit Test report(s)purpose is to evaluate the individual parts of a program (functions, and methods of classes) to make sure that each element individually does the right thing.

Developers have added specific tests which are used in this report.

Filters for report

Example report

Example of unit test

See also

Development:Unit tests Site reports