Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-01-18 19:26:47 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-01-18 19:26:47 +0300
commitab7465ea46961ce33b982d9bea33a7a462a78072 (patch)
tree60220cbe1d26b553bea226213f8851670a82e320 /doc/testing
parent382b1f36284401109937528e46c73b44da8f2790 (diff)
Updates to the web site, documentation
svn path=/trunk/mono/; revision=2047
Diffstat (limited to 'doc/testing')
-rw-r--r--doc/testing12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/testing b/doc/testing
index febabf6550e..06a616f2304 100644
--- a/doc/testing
+++ b/doc/testing
@@ -1,4 +1,12 @@
-* Testing
+* Testing
+
+ Testing is an important part of the Mono project: every one of its
+ three major components has a test suite tailored for its needs. This
+ is very helpful, because in the course of developing the software it
+ is very common to introduce bugs in existing code. A test suite
+ helps us fix the bugs as soon as they are introduced.
+
+** Class Library Tests
All classes in Mono libraries should have comprehensive unit test
suites to go with them. Unit testing is a software engineering
@@ -19,3 +27,5 @@
more info, read <a
href="http://nunit.sourceforge.net/doc/testinfected/testing.html">
JUnit Test Infected: Programmers Love Writing Tests</a>.
+
+