There are two kinds of tests: unit tests and integration tests. You are
using the command to run unit tests where you defined an integration test.
To run integration tests the command is ./gradlew testIntegration
On Aug 21, 2017 1:12 PM, "shwetacf" <
[hidden email]> wrote:
> Hi,
>
> I have created custom module in hot-deploy. I want to do the junit testing.
> I wrote one test case and added the java class name in testdef xml file.
> when I am running command "./gradlew test" , I am not getting any results.
> I
> dont know how test cases runs in ofbiz and why nothing is showing while
> running test cases. Please help me out on junit testing in ofbiz.
>
>
> Thanks
> Shweta
>
>
>
> --
> View this message in context:
http://ofbiz.135035.n4.nabble.
> com/Custom-Junit-test-cases-not-running-tp4709949.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>