-
Notifications
You must be signed in to change notification settings - Fork 63
OEUnit
Gilles Querret edited this page Oct 1, 2022
·
4 revisions
Run an OEUnit tests sequence. For further informations, refer to OEUnit website.
Will run every tests from classes sent by a fileset and put results in a report file (xml,csv,txt).
<pct:OEUnit />
Attribute | Description | Default value |
---|---|---|
destDir ‡ | Directory where to put result file | Base directory |
format | Format of report file : JUnit, SureFire, CSV, Text | JUnit |
† Only one of those attributes is mandatory ‡ Mandatory attribute
Support the standard Ant Fileset to get a set of test classes. Can be test file or test suite.
<OEUnit destDir="test-reports" format="junit">
<fileset dir="src" includes="**/*.cls" />
<propath>
<pathelement path="src" />
<pathelement path="/path/to/OEUnit" />
</propath>
</OEUnit>
- 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