Changeset 55 for php/trunk/doxygen


Ignore:
Timestamp:
Jul 17, 2011, 3:14:25 PM (14 years ago)
Author:
cla
Message:

rdfint

  • reworked docs to properly name ' RFD Test Cases'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/doxygen/doc_page_option_unittest.php

    r53 r55  
    4646 *
    4747 * The unittests are provided in subdirectories below the \c unittest directory,
    48  * where the name of the subdirectory represents the name of the testcase. An exception
    49  * to this rule are \c RDF \c Testcases, they are implemented by a testcase in a single subdirectory.
     48 * where the name of the subdirectory represents the name of the unittest. An exception
     49 * to this rule are unittests related to the \c RDF \c Test \c Cases of \c W3C, they are
     50 * implemented by a unittest in a single subdirectory.
    5051 *
    51  * The testcase is implemented in the file \c unittest.php within the tescase subdirectory.
     52 * Unittests are implemented in the file \c unittest.php within the respective unittest subdirectory.
    5253 *
    53  * Execute \code make list \endcode in the \c unittest directory to determine the available
    54  * testcases.
     54 * \subsection sec_unittest_all_w3c Unittests related to RDF Test Cases
    5555 *
    56  * \subsection sec_unittest_all_lib Library specific unittests
    57  *
    58  * Library specific unittests are each provided in a subdirectory below the \c unittest directory,
    59  * where the name of the subdirectory represents the name of the testcase.
    60  *
    61  * \subsection sec_unittest_all_w3c RDF Testcases specific unittests
    62  *
    63  * \libname comes with support for selected testcases of the \c W3C \c RDF \c Testcases,
     56 * \libname comes with support for selected testcases of the \c RDF \c Test \c Cases of the \c W3C,
    6457 * see \htmllinkext{http://www.w3.org/TR/rdf-testcases/} for details. Supported are
    6558 * most of the so-called \c Positive \c parser \c tests.
    6659 *
    67  * All of these unittests are executed by a single testcase
     60 * All of these unittests are executed by a single unittest
    6861 * in the subdirectory \c rdftestcases below the \c unittest directory.
    69  * The name of the testcase is provided by the makefile, setting the name as vaule
    70  * of the environment variable \c TESTCASE.
     62 * The name of the \c RDF \Test \c Case is provided by the makefile, setting the
     63 * name as the value of the environment variable \c TESTCASE.
    7164 *
    72  * \note Executing \c RDF \c Testcases in fact tests the underlying library used
     65 * \note Executing \c RDF \c Test\c Cases in fact tests the underlying library used
    7366 * for parsing and serializing RDF data (currently ARC2). If a test fails, it is most likely
    7467 * the error of the underlying library and not of \libname.
     
    7871 * <hr>
    7972 *
    80  * \section sec_unittest_executing Executing testcases
     73 * \section sec_unittest_available Determine available unittests
    8174 *
    82  * For executing testcases, execute \c make in the directory \c unittest.
     75 * Execute \code make list \endcode in the \c unittest directory to determine available
     76 * unittests.
     77 *
     78 * \section sec_unittest_executing Executing unittests
     79 *
     80 * For executing testcases, execute \code make <target> \endcode in the
     81 * directory \c unittest.
    8382 *
    8483 * The available make targets can be shown by executing \c make with no target:
     
    9190   list                - list names of testcases
    9291
    93    all                 - execute all testcases (lib && rdf)
     92   all                 - execute all unittests (lib && rdf)
    9493
    95    lib                 - execute all library testcases
    96    lib TESTCASE=<name> - execute specified library testcase
     94   lib                 - execute all library specific unittests
     95   lib TESTCASE=<name> - execute given library specific unittests
    9796
    98    rdf                 - execute all of selected RDF testcases of W3C
    99    rdf TESTCASE=<name> - execute specified RDF testcase
    100    
    101    For information on RDF Testcases see: http://www.w3.org/TR/rdf-testcases/
     97   rdf                 - execute all of selected unitests related to W3C RDF Test Cases
     98   rdf TESTCASE=<name> - execute given unittest related to W3C RDF Test Case
     99
     100   For information on RDF Test Cases see: http://www.w3.org/TR/rdf-testcases/
    102101\endverbatim
    103102 *
Note: See TracChangeset for help on using the changeset viewer.