Community
Participate
Working Groups
Document all ASF service properties. All ASF service properties should be documented in org.eclipse.hyades.test.doc.user/ref/rsupported-test-execution-service-properties.htm with: 1) Formal name. 2) Possible values and file system/case/OS sensitivity. 3) Dependencies (e.g. existing directory) 4) Required or optional. 5) Possible tasks. 6) Examples. 7) Possible combinations or exclusions.
Requires translation.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=210289 for details on the results property.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=210289#c8 regarding separator characters.
(In reply to comment #3) > See https://bugs.eclipse.org/bugs/show_bug.cgi?id=210289#c8 regarding separator > characters. Instead, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=210289#c13.
(In reply to comment #4) > (In reply to comment #3) > > See https://bugs.eclipse.org/bugs/show_bug.cgi?id=210289#c8 regarding separator > > characters. > > Instead, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=210289#c13. Instead, see the variable JavaDoc comment for org.eclipse.hyades.test.core.services.AbstractTestExecutionService.resultsSpecifier.
In addition, the tptp:execution, tptp:interrogation, and tptp:publication tasks support file lists as a way to order the execution of tests or interrogation/publication of test results. For example: <property name="projectDirectory" value="C:\myPlugin> <property name="targetJRE" value="IBM_JRE_150"/> <tptp:execution resultsrefid="testResultsReferenceID"> <filelist dir="${project.dir}" > <file name="tests/MyJUnitTest_${targetJRE}.testsuite"/> <file name="tests/MyJUnitPluginTest_${targetJRE}.testsuite"/> </filelist> </tptp:execution>
No longer required.
Closing.