You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2011/07/02 18:18:21 UTC

svn commit: r1142241 - /incubator/isis/trunk/framework/applib/src/docbkx/guide/isis-applib.xml

Author: kevin
Date: Sat Jul  2 16:18:21 2011
New Revision: 1142241

URL: http://svn.apache.org/viewvc?rev=1142241&view=rev
Log:
Updated documentation for junit viewer

Modified:
    incubator/isis/trunk/framework/applib/src/docbkx/guide/isis-applib.xml

Modified: incubator/isis/trunk/framework/applib/src/docbkx/guide/isis-applib.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/applib/src/docbkx/guide/isis-applib.xml?rev=1142241&r1=1142240&r2=1142241&view=diff
==============================================================================
--- incubator/isis/trunk/framework/applib/src/docbkx/guide/isis-applib.xml (original)
+++ incubator/isis/trunk/framework/applib/src/docbkx/guide/isis-applib.xml Sat Jul  2 16:18:21 2011
@@ -815,6 +815,17 @@
             <acronym>JSON</acronym> viewer produces <acronym>JSON</acronym>
             representations.</para>
           </listitem>
+
+          <listitem>
+            <para>The junit viewer (in <filename>viewers/junit</filename>)
+            uses wappers and a custom Isis JUnit test class runner
+            (<code>IsisTestRunner</code>) to let you write tests that interact
+            with the Isis framework as if you were a user, using one of the
+            normal end-user viewers.</para>
+
+            <para>For more information, see <xref
+            linkend="sec.UnitTesting" />)</para>
+          </listitem>
         </itemizedlist>
 
         <para>If deploying with the <acronym>DnD</acronym> viewer you also
@@ -853,7 +864,7 @@
         </sect2>
 
         <sect2 id="sec.UnitTesting">
-          <title>Unit Testing</title>
+          <title xreflabel="ref.unittesting">Unit Testing</title>
 
           <para>Unlike story tests, unit tests are normally written in a
           programming language, typically in a framework such as <ulink