@@ -177,12 +177,12 @@ <h2>Optional Parameters</h2>
177177< td > < a href ="#failIfNoTests "> < code > <failIfNoTests></ code > </ a > </ td >
178178< td > < code > boolean</ code > </ td >
179179< td > < code > -</ code > </ td >
180- < td > Fail and return exit status code 2 if no tests are found.< br /> < strong > Default</ strong > : < code > false </ code > < br /> < strong > User Property</ strong > : < code > fail-if-no-tests</ code > </ td > </ tr >
180+ < td > Fail and return exit status code 2 if no tests are found.< br /> < strong > Default</ strong > : < code > true </ code > < br /> < strong > User Property</ strong > : < code > fail-if-no-tests</ code > </ td > </ tr >
181181< tr class ="a ">
182182< td > < a href ="#frameworkProperties "> < code > <frameworkProperties></ code > </ a > </ td >
183183< td > < code > Map<String,String></ code > </ td >
184184< td > < code > -</ code > </ td >
185- < td > No description. </ td > </ tr >
185+ < td > Additional OSGi framework properties to use when executing the test </ td > </ tr >
186186< tr class ="b ">
187187< td > < a href ="#includeClassname "> < code > <includeClassname></ code > </ a > </ td >
188188< td > < code > String</ code > </ td >
@@ -204,66 +204,71 @@ <h2>Optional Parameters</h2>
204204< td > < code > -</ code > </ td >
205205< td > Tags to include in test execution.< br /> < strong > User Property</ strong > : < code > include-tag</ code > </ td > </ tr >
206206< tr class ="b ">
207+ < td > < a href ="#launchType "> < code > <launchType></ code > </ a > </ td >
208+ < td > < code > String</ code > </ td >
209+ < td > < code > -</ code > </ td >
210+ < td > No description.< br /> < strong > Default</ strong > : < code > embedded</ code > < br /> < strong > User Property</ strong > : < code > junit-platform.launchType</ code > </ td > </ tr >
211+ < tr class ="a ">
207212< td > < a href ="#printBundles "> < code > <printBundles></ code > </ a > </ td >
208213< td > < code > boolean</ code > </ td >
209214< td > < code > -</ code > </ td >
210215< td > No description.</ td > </ tr >
211- < tr class ="a ">
216+ < tr class ="b ">
212217< td > < a href ="#reportsDir "> < code > <reportsDir></ code > </ a > </ td >
213218< td > < code > File</ code > </ td >
214219< td > < code > -</ code > </ td >
215220< td > No description.< br /> < strong > Default</ strong > : < code > ${project.build.directory}/testReports</ code > < br /> < strong > User Property</ strong > : < code > reports-dir</ code > </ td > </ tr >
216- < tr class ="b ">
221+ < tr class ="a ">
217222< td > < a href ="#scanClasspath "> < code > <scanClasspath></ code > </ a > </ td >
218223< td > < code > boolean</ code > </ td >
219224< td > < code > -</ code > </ td >
220225< td > No description.< br /> < strong > Default</ strong > : < code > true</ code > < br /> < strong > User Property</ strong > : < code > scan-classpath</ code > </ td > </ tr >
221- < tr class ="a ">
226+ < tr class ="b ">
222227< td > < a href ="#selectClass "> < code > <selectClass></ code > </ a > </ td >
223228< td > < code > List<String></ code > </ td >
224229< td > < code > -</ code > </ td >
225230< td > Select specific test classes to execute. Each entry should be a fully qualified class name (e.g., "com.example.MyTest").< br /> < strong > User Property</ strong > : < code > select-class</ code > </ td > </ tr >
226- < tr class ="b ">
231+ < tr class ="a ">
227232< td > < a href ="#selectMethod "> < code > <selectMethod></ code > </ a > </ td >
228233< td > < code > List<String></ code > </ td >
229234< td > < code > -</ code > </ td >
230235< td > Select specific test methods to execute. Each entry should be a fully qualified method name (e.g., "com.example.MyTest#myTestMethod").< br /> < strong > User Property</ strong > : < code > select-method</ code > </ td > </ tr >
231- < tr class ="a ">
236+ < tr class ="b ">
232237< td > < a href ="#selectModule "> < code > <selectModule></ code > </ a > </ td >
233238< td > < code > List<String></ code > </ td >
234239< td > < code > -</ code > </ td >
235240< td > Select specific modules for test discovery (JPMS).< br /> < strong > User Property</ strong > : < code > select-module</ code > </ td > </ tr >
236- < tr class ="b ">
241+ < tr class ="a ">
237242< td > < a href ="#selectPackage "> < code > <selectPackage></ code > </ a > </ td >
238243< td > < code > List<String></ code > </ td >
239244< td > < code > -</ code > </ td >
240245< td > Select packages to scan for tests.< br /> < strong > User Property</ strong > : < code > select-package</ code > </ td > </ tr >
241- < tr class ="a ">
246+ < tr class ="b ">
242247< td > < a href ="#selectResource "> < code > <selectResource></ code > </ a > </ td >
243248< td > < code > List<String></ code > </ td >
244249< td > < code > -</ code > </ td >
245250< td > Select classpath resources for test discovery.< br /> < strong > User Property</ strong > : < code > select-resource</ code > </ td > </ tr >
246- < tr class ="b ">
251+ < tr class ="a ">
247252< td > < a href ="#selectUri "> < code > <selectUri></ code > </ a > </ td >
248253< td > < code > List<String></ code > </ td >
249254< td > < code > -</ code > </ td >
250255< td > Select URIs for test discovery.< br /> < strong > User Property</ strong > : < code > select-uri</ code > </ td > </ tr >
251- < tr class ="a ">
256+ < tr class ="b ">
252257< td > < a href ="#singleColor "> < code > <singleColor></ code > </ a > </ td >
253258< td > < code > boolean</ code > </ td >
254259< td > < code > -</ code > </ td >
255260< td > Style test output in single color (no ANSI color codes).< br /> < strong > Default</ strong > : < code > false</ code > < br /> < strong > User Property</ strong > : < code > single-color</ code > </ td > </ tr >
256- < tr class ="b ">
261+ < tr class ="a ">
257262< td > < a href ="#skip "> < code > <skip></ code > </ a > </ td >
258263< td > < code > boolean</ code > </ td >
259264< td > < code > -</ code > </ td >
260265< td > No description.< br /> < strong > User Property</ strong > : < code > junit-platform.skip</ code > </ td > </ tr >
261- < tr class ="a ">
266+ < tr class ="b ">
262267< td > < a href ="#startExtender "> < code > <startExtender></ code > </ a > </ td >
263268< td > < code > boolean</ code > </ td >
264269< td > < code > -</ code > </ td >
265270< td > If bundles providing an < code > osgi.extender</ code > capability should be started by default< br /> < strong > Default</ strong > : < code > true</ code > </ td > </ tr >
266- < tr class ="b ">
271+ < tr class ="a ">
267272< td > < a href ="#startupTimout "> < code > <startupTimout></ code > </ a > </ td >
268273< td > < code > long</ code > </ td >
269274< td > < code > -</ code > </ td >
@@ -335,9 +340,9 @@ <h3><failIfNoTests></h3>
335340< li > < strong > Type</ strong > : < code > boolean</ code > </ li >
336341< li > < strong > Required</ strong > : < code > No</ code > </ li >
337342< li > < strong > User Property</ strong > : < code > fail-if-no-tests</ code > </ li >
338- < li > < strong > Default</ strong > : < code > false </ code > </ li > </ ul > < hr /> </ section > < a id ="frameworkProperties "> </ a > < section > < a id ="a.3CframeworkProperties.3E "> </ a >
343+ < li > < strong > Default</ strong > : < code > true </ code > </ li > </ ul > < hr /> </ section > < a id ="frameworkProperties "> </ a > < section > < a id ="a.3CframeworkProperties.3E "> </ a >
339344< h3 > <frameworkProperties></ h3 >
340- < div > No description. </ div >
345+ < div > Additional OSGi framework properties to use when executing the test </ div >
341346< ul >
342347< li > < strong > Type</ strong > : < code > java.util.Map<java.lang.String, java.lang.String></ code > </ li >
343348< li > < strong > Required</ strong > : < code > No</ code > </ li > </ ul > < hr /> </ section > < a id ="includeClassname "> </ a > < section > < a id ="a.3CincludeClassname.3E "> </ a >
@@ -364,7 +369,14 @@ <h3><includeTag></h3>
364369< ul >
365370< li > < strong > Type</ strong > : < code > java.util.List<java.lang.String></ code > </ li >
366371< li > < strong > Required</ strong > : < code > No</ code > </ li >
367- < li > < strong > User Property</ strong > : < code > include-tag</ code > </ li > </ ul > < hr /> </ section > < a id ="printBundles "> </ a > < section > < a id ="a.3CprintBundles.3E "> </ a >
372+ < li > < strong > User Property</ strong > : < code > include-tag</ code > </ li > </ ul > < hr /> </ section > < a id ="launchType "> </ a > < section > < a id ="a.3ClaunchType.3E "> </ a >
373+ < h3 > <launchType></ h3 >
374+ < div > No description.</ div >
375+ < ul >
376+ < li > < strong > Type</ strong > : < code > java.lang.String</ code > </ li >
377+ < li > < strong > Required</ strong > : < code > No</ code > </ li >
378+ < li > < strong > User Property</ strong > : < code > junit-platform.launchType</ code > </ li >
379+ < li > < strong > Default</ strong > : < code > embedded</ code > </ li > </ ul > < hr /> </ section > < a id ="printBundles "> </ a > < section > < a id ="a.3CprintBundles.3E "> </ a >
368380< h3 > <printBundles></ h3 >
369381< div > No description.</ div >
370382< ul >
0 commit comments