[
https://issues.apache.org/jira/browse/OFBIZ-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15382667#comment-15382667
]
Taher Alkhateeb edited comment on OFBIZ-1463 at 7/18/16 5:33 PM:
-----------------------------------------------------------------
Hello everyone, I've introduced unit tests to the start component in OFBIZ-7897
which helped me actually detect some minor errors in the code. If you wish you
can use these tests as a reference of how to introduce unit tests utilizing
gradle. These tests automatically run every time you call build, test, or run
any of the server commands (upon any code change). If no change in the code is
detected then the tests are cached and not run again (just like ant or any
other build system)
was (Author: taher):
Hello everyone, I've introduced unit tests to the start component in OFBIZ-7898
which helped me actually detect some minor errors in the code. If you wish you
can use these tests as a reference of how to introduce unit tests utilizing
gradle. These tests automatically run every time you call build, test, or run
any of the server commands (upon any code change). If no change in the code is
detected then the tests are cached and not run again (just like ant or any
other build system)
> JUnit test case for various application components
> --------------------------------------------------
>
> Key: OFBIZ-1463
> URL: https://issues.apache.org/jira/browse/OFBIZ-1463
> Project: OFBiz
> Issue Type: New Feature
> Components: framework
> Affects Versions: Trunk
> Reporter: Vikas Mayur
> Priority: Minor
>
> This is an effort to create JUnit test suites for various bussiness processes
> in Ofbiz.
> It would be good to have such tests in place so that we can test Ofbiz on a
> certain day.
> These tests are in initial stage, so I would like community members to post
> there comments so that we can move
> ahead with them to make these test even better.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)