all: interlinked and completed JUnit testcases
authorwneuper
Mon, 27 Jun 2005 18:12:55 +0200
changeset 2542c8eb75c725c6
parent 2541 2e47726e226e
child 2543 62acf19daa74
all: interlinked and completed JUnit testcases
src/java-tests/isac/functest/specify/TestSpecify.java
     1.1 --- a/src/java-tests/isac/functest/specify/TestSpecify.java	Mon Jun 27 18:12:55 2005 +0200
     1.2 +++ b/src/java-tests/isac/functest/specify/TestSpecify.java	Mon Jun 27 18:12:55 2005 +0200
     1.3 @@ -11,13 +11,7 @@
     1.4  import junit.framework.TestCase;
     1.5  
     1.6  /**
     1.7 - * TODO TestSpecify
     1.8 - * 
     1.9 - * @link fully.qualified.Calss#method(fully.qualified.Param)
    1.10 - * @author Walther Neuper Sep 28, 2004, 3:37:02 PM
    1.11 - * @version 1.0
    1.12 - * @see <fully.qualified.Calssname#methodName(param-classes)>
    1.13 - * @deprecated <if applicable write reason here, otherwise omit this line> @
    1.14 + * @see isac.bridge.TestSpecify for related tests
    1.15   */
    1.16  public class TestSpecify extends TestCase {
    1.17  
    1.18 @@ -26,6 +20,9 @@
    1.19       * Specification}\label{SPECIFY:COMPLETE:spec_}\\} When doing a prepared
    1.20       * example, the user can have the Specification completed by \isac{} with
    1.21       * data from the hidden specification.
    1.22 +     * 
    1.23 +     * @see isac.bridge.TestSpecify#testCompleteSpecification() for the related
    1.24 +     *      methodcalls in the bridge.
    1.25       */
    1.26      public void testCompleteSpecification() {
    1.27          System.out
    1.28 @@ -41,6 +38,9 @@
    1.29       * Specification}\label{SPECIFY:COMPLETE:specone}\\} The user can have one
    1.30       * field of the Specification (fields Theory, Problem, Method) completed by
    1.31       * \isac{} from data entered so far.
    1.32 +     * 
    1.33 +     * @see isac.bridge.TestSpecify#testCompleteOneFieldOfSpecification() for
    1.34 +     *      the related methodcalls in the bridge.
    1.35       */
    1.36      public void testCompleteOneFieldOfSpecification() {
    1.37          System.out