- Timestamp:
- Jul 17, 2011, 2:56:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/doxygen/doc_page_option_unittest.php
r52 r53 31 31 * Under Windows operating systems, 32 32 * \htmllinkext{http://ftp.gnu.org/gnu/make/,GNU make} needs to be installed on your system. 33 * Just place \c make.exe into a di ectory specified in your \c PATH environment variable.33 * Just place \c make.exe into a directory specified in your \c PATH environment variable. 34 34 * 35 35 * The unittest \c rdfa_parse_sparql requires a locally installed \c SPARQL \c endpoint. 36 36 * You may want to use the open source edition of \c Virtuoso for this. \n 37 37 * Download from: \htmllinkext{http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload} \n 38 * 39 * For usage under Windows operating systems, install as described at:40 * \htmllinkext{http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSUsageWindows}38 * For usage under Windows operating systems, install \c Virtuoso as described at: 39 * \htmllinkext{http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSUsageWindows} \n 40 * and launch the test instcance. 41 41 * 42 42 * <!-- ========================================================================== --> 43 43 * <hr> 44 44 * 45 * \section sec_unittest_ lib Library specificunittests45 * \section sec_unittest_all Implementation of unittests 46 46 * 47 * 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. 47 50 * 48 * Library specific unittests are provided in a subdirectory below the \c unittest directory. 49 * The testcase is implemented in the file \c unittest.php 51 * The testcase is implemented in the file \c unittest.php within the tescase subdirectory. 50 52 * 51 * \section sec_unittest_w3c RDF Testcases specific unittests 53 * Execute \code make list \endcode in the \c unittest directory to determine the available 54 * testcases. 52 55 * 53 * \c RDF \c Testcases specific unittests are executed by a single testcase in the subdirectory 54 * \c rdftestcases below the \c unittest directory. 56 * \subsection sec_unittest_all_lib Library specific unittests 55 57 * 56 * The generic testcase routine is implemented in the file \c unittest.php, the name of the testcase57 * has to be provided by the environment variable \c TESTCASE.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. 58 60 * 59 * \note Currently only very specific testcases of the \c RDF \c Testcases can be executed. 60 * Execute \code make list \endcode in the \c unittest directory to determine the name of one 61 * of the supported \c RDF \c Testcases. 61 * \subsection sec_unittest_all_w3c RDF Testcases specific unittests 62 62 * 63 * \par The unittest \c rdfa_parse_sparql requires a locally installed \c SPARQL \c endpoint. 64 * Please see the \htmllink{index.html, Section Options on the main page}. 63 * \libname comes with support for selected testcases of the \c W3C \c RDF \c Testcases, 64 * see \htmllinkext{http://www.w3.org/TR/rdf-testcases/} for details. Supported are 65 * most of the so-called \c Positive \c parser \c tests. 66 * 67 * All of these unittests are executed by a single testcase 68 * 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. 71 * 72 * \note Executing \c RDF \c Testcases in fact tests the underlying library used 73 * for parsing and serializing RDF data (currently ARC2). If a test fails, it is most likely 74 * the error of the underlying library and not of \libname. 75 * 65 76 * 66 77 * <!-- ========================================================================== --> … … 87 98 rdf - execute all of selected RDF testcases of W3C 88 99 rdf TESTCASE=<name> - execute specified RDF testcase 100 101 For information on RDF Testcases see: http://www.w3.org/TR/rdf-testcases/ 89 102 \endverbatim 90 103 *
Note:
See TracChangeset
for help on using the changeset viewer.