-
Notifications
You must be signed in to change notification settings - Fork 63
ProUnit
Gilles Querret edited this page Apr 18, 2023
·
2 revisions
Run a ProUnit tests sequence.
Attribute | Description | Type | Requirement | Default value |
---|---|---|---|---|
project | ProUnit project file (xml) | File | Required | No default value |
result | Results file name | File | Optional | No default value |
template | Results format | String | Optional | default |
compatibility | Use old procedure to run | Boolean | Optional | false |
ProUnit inherits attributes from PCTRun.
<ProUnit project="prounit.xml" result="resultProU.xml" dlcHome="${DLC}" template="default">
<propath>
<pathelement path="src" />
<path location="foo\bar\prounit-directory\prounit_dlc11.pl" />
</propath>
</ProUnit>
Run tests from the file 'prounit.xml' and throw results in 'resultProU.xml'. The default template generates XML files (non JUnit compliant). The project file can be generated from the GUI (see Prounit documentation) or created by hand :
<?xml version="1.0" ?>
<ProUnitTestSuite>
<plugins />
<TestSet name="RSSW Tests" seq="1">
<TestCase name="foo\bar\TestDirectory\Tests.p" seq="2" />
</TestSet>
</ProUnitTestSuite>
Make sure to use the right version in your propath (prounit_dlc11.pl, prounit_dlc10.pl, prounit_dlc9.pl).
Name | Description |
---|---|
builtin-CSV | CSV |
builtin-IndentedText | Indented plain text |
builtin-JUnit | JUnit XML |
A-ProUnitDefault_XSL | Default XML with SLST |
- QuickStart
- Changelog
- InstallDocumentation
- FAQ
-
Tasks
- PCT
- DlcHome
- PCTRun
- PCTDynRun
- PCTCompile
- PCTWSComp
- PCTCreateDatabase
- Sports2000
- PCTDumpSchema
- PCTDumpSequences
- PCTLoadSchema
- PCTIncrementalDump
- PCTBinaryDump
- PCTBinaryLoad
- PCTDumpData
- PCTLoadData
- PCTSchemaDoc
- PCTLibrary
- PCTProxygen
- PCTXCode
- ProgressVersion
- PCTVersion
- ClassDocumentation
- HtmlDocumentation
- XMLDocumentation
- JsonDocumentation
- ABLDuck
- OEUnit
- ABLUnit
- RestGen
- AssemblyCatalog
- Types