Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Unit tests.

Unit tests: Difference between revisions

From MoodleDocs
(Brief intro for non developers, see page comments)
(redirect to dev docs)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Moodle 1.7}}
#redirect [[:dev:Unit tests]]
Unit tests is a tool for [[Developer|developers]] that evaluates [[Moodle code]] and is found in the [[Administration block]] under Reports.
 
The purpose of Unit Tests 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.
 
The unit testing framework is based on the SimpleTest framework. It was incorporated into Moodle 1.7 by Nick Freear and Tim Hunt from The Open University in Moodle 1.7.
 
 
==See also==
*[[Development:Unit tests]]
[[Category:Administrator]]
[[Category:Report]]

Latest revision as of 11:50, 19 October 2011

Redirect to: