-
Notifications
You must be signed in to change notification settings - Fork 62
ABLUnit
Gilles Querret edited this page Mar 28, 2024
·
9 revisions
Run an ABLUnit tests sequence. For further information, refer to the progress documentation.
<pct:ablunit />
Attribute | Description | Default value |
---|---|---|
destDir | Directory where to put result file | Base directory |
writeLog | Create ablunit.log in temp directory in case of error |
False |
haltOnFailure | Stop the build process if a test fails (errors are considered failures as well) | False |
† Only one of those attributes is mandatory ‡ Mandatory attribute
ABLUnit inherits attributes from PCT and PCTRun.
Support the standard Ant Fileset to get a set of test files.
<ABLUnit>
<fileset dir="src" includes="**/*.p" />
<fileset dir="src2" includes="**/*.cls" />
<propath>
<pathelement path="src" />
<pathelement path="src2" />
<!-- When running on OE up to 11.3, don't forget to include ablunit.pl and OpenEdge.Core.pl in your propath
<pathelement location="/path/to/ablunit.pl" />
<pathelement location="/path/to/OpenEdge.Core.pl" /> -->
</propath>
</ABLUnit>
- 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