This repository has been archived by the owner on Aug 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
ABLUnit #15
Labels
enhancement
New feature or request
Comments
Cameron, Are you planning on making this work with PCT's ABLUnit, or the ABLUnit that ships with openedge? https://github.com/Riverside-Software/pct/wiki/ABLUnit or I'd suggest the PCT version as it provides naming and functionality consistency. |
the abl unit task inherits from PCTRun. I'm in the middle of working on PCTRun. It is working and unit tests all work, but I want to ensure the way dlcHome gets set is consistent across all the tasks. If it isn't set, then PCT bitches for each task where dlcHome isn't invoked Currently I'm experiment with invoking pct.DlcHome when this is set in the default "abl" task. |
I plan on using the PCT version of ABLUnit invoke. |
We have a standard way of setting the gradle task properties. Since most
of them are the same between pct run and abl unit (things like environment,
dlchome...) we can avoid a bit of typing if ablunit inherits from ablrun.
the invoke implementation will have to be specific to ablunit, but the
property definitions could all be shared.
…On Mon, Jun 24, 2019 at 11:57 AM Cameron David Wright < ***@***.***> wrote:
I plan on using the PCT version of ABLUnit invoke.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#15?email_source=notifications&email_token=AA47RTBY3UOPN32ZDM3COWLP4DVGHA5CNFSM4HT22BUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYNMSII#issuecomment-505071905>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA47RTCJWN5AUTV5PJGMVEDP4DVGHANCNFSM4HT22BUA>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ABLUnit task needs to be extended to GRABLE so that developers can test their ABL Code
The text was updated successfully, but these errors were encountered: