diff --git a/test/xdocs/properties.xml b/test/xdocs/properties.xml index 7fa21122..899138ae 100644 --- a/test/xdocs/properties.xml +++ b/test/xdocs/properties.xml @@ -16,18 +16,60 @@ * limitations under the License. */ --> - - Test Properties - Stéphane MOR + Stéphane MOR -
- + + + + + + + + + + + + + + + + + + + + + + + + + @@ -63,11 +105,21 @@ - + + + + + + @@ -81,30 +133,20 @@ - + - + - - - - - @@ -118,12 +160,20 @@ - + + + + + + @@ -136,11 +186,20 @@ - + + + + + + @@ -157,55 +216,6 @@

- - - - - - - - - - - - - - - - - - - - - - - - - @@ -222,7 +232,7 @@ prop1=your value basedir=${basedir}]]> - + - - - - - - - + - + -
PropertyOptional?Description
PropertyOptional?Description
maven.junit.dirYes + The directory to invoke the VM in. (ignored if fork is disabled). + The default value is ${basedir}. +
maven.junit.envvarsYes + If fork is enabled, additional environment variables may be passed to the new VM. + You can specify some variable separated by a space. + Each variable is describe in sub properties. + Sample : + +
maven.junit.jvmYes + If this property is set it is used as the JVM for the junit tests + to run in. This is passed to the Ant junit task in the jvm property. + If maven.junit.fork is not true, this is ignored. +
maven.junit.jvmargsYes + If fork is enabled, additional parameters may be passed to the new VM. + You can specify some args separated by a space. + Sample : + +
maven.junit.fork Yes
maven.junit.dirmaven.junit.printSummary Yes - The directory to invoke the VM in. (ignored if fork is disabled). - The default value is ${basedir}. + If this value is set to false, JUnit test run details will not + include test summary information for a suite. Default value is + true. This parameter corresponds to the JUnit Ant + task printSummary attribute. +
maven.junit.timeoutYes + Cancel the individual tests if they don't finish in the given time + (measured in milliseconds). Ignored if fork is disabled.
maven.junit.printSummarymaven.test.classpath Yes - If this value is set to false, JUnit test run details will not - include test summary information for a suite. Default value is - true. This parameter corresponds to the JUnit Ant - task printSummary attribute. + Specifies one or more locations that will be added to + the classpath when the tests are run. Multiple values + can be used; the rules of the ant <pathelement path="..."> + directive apply.
maven.junit.jvmmaven.test.compile.src.set Yes - If this property is set it is used as the JVM for the junit tests - to run in. This is passed to the Ant junit task in the jvm property. - If maven.junit.fork is not true, this is ignored. -
maven.junit.timeoutYes - Cancel the individual tests if they don't finish in the given time - (measured in milliseconds). Ignored if fork is disabled. + The source directories Maven uses to compile test code.
maven.test.skipmaven.test.error.ignore Yes - Set this to 'true' to bypass unit tests entirely. Its use - is NOT RECOMMENDED, but quite convenient on occasion. - Ignored by test:single. + Set this to true to ignore errors during testing. + Its use is NOT RECOMMENDED, but quite convenient on occasion. +
maven.test.excludeXmlApisYes + If set to yes, the XML APIs will not be added to the list of libraries used for your test cases + when forked. This should be used when you provide your own XML APIs library. By default, it is + no.
maven.test.error.ignoremaven.test.reportsDirectory Yes - Set this to true to ignore errors during testing. - Its use is NOT RECOMMENDED, but quite convenient on occasion. + Directory to write the reports to. + Defaults to ${maven.build.dir}/test-reports. +
maven.test.skipYes + Set this to 'true' to bypass unit tests entirely. Its use + is NOT RECOMMENDED, but quite convenient on occasion. + Ignored by test:single.
maven.test.compile.src.setYes - The source directories Maven uses to compile test code. -
maven.test.reportsDirectoryYes - Directory to write the reports to. - Defaults to ${maven.build.dir}/test-reports. -
maven.test.classpathYes - Specifies one or more locations that will be added to - the classpath when the tests are run. Multiple values - can be used; the rules of the ant <pathelement path="..."> - directive apply. -
maven.junit.jvmargsYes - If fork is enabled, additional parameters may be passed to the new VM. - You can specify some args separated by a space. - Sample : - -
maven.junit.envvarsYes - If fork is enabled, additional environment variables may be passed to the new VM. - You can specify some variable separated by a space. - Each variable is describe in sub properties. - Sample : - -
maven.junit.sysproperties Yes
maven.test.search.classdir Yes @@ -237,17 +247,7 @@ basedir=${basedir}]]>
maven.test.excludeXmlApisYes - If set to yes, the XML APIs will not be added to the list of libraries used for your test cases - when forked. This should be used when you provide your own XML APIs library. By default, it is - no. -
testmatchpattern Yes (required in test:match) @@ -255,7 +255,7 @@ basedir=${basedir}]]> tests that should run
testnotmatchpattern Yes @@ -263,7 +263,6 @@ basedir=${basedir}]]> tests that shouldn't run