[Mathlib-commitlog] SF.net SVN: mathlib:[659] JMathLib/trunk/doc/src/testing.xml
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-08 20:07:43
|
Revision: 659
http://mathlib.svn.sourceforge.net/mathlib/?rev=659&view=rev
Author: st_mueller
Date: 2009-01-08 20:07:36 +0000 (Thu, 08 Jan 2009)
Log Message:
-----------
documentation for auto-testing
Added Paths:
-----------
JMathLib/trunk/doc/src/testing.xml
Added: JMathLib/trunk/doc/src/testing.xml
===================================================================
--- JMathLib/trunk/doc/src/testing.xml (rev 0)
+++ JMathLib/trunk/doc/src/testing.xml 2009-01-08 20:07:36 UTC (rev 659)
@@ -0,0 +1,20 @@
+<!-- :xml.root=doc.xml: -->
+<chapter id="testing">
+ <title>Testing JMathLib</title >
+ <sect1 id="testing_intro">
+ <title >Testing Introduction</title >
+ <simpara >
+ JMathLib also has a testing engine which is used to support quality issues.
+ A central goal of JMathLib is to test all functions automatically with
+ a regression test framework. Currently we use
+ <ulink url="http://www.junit.org">JUnit</ulink> to improve code quality.
+ </simpara >
+ <simpara >
+ There is also a mechanism to attach testing code to the standard user functions
+ so that code and test-code can be kept in the same file. These tests are
+ extracted from the general source, individual test case are going to be
+ generated automatically.
+ </simpara >
+ </sect1>
+</chapter >
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|