junit-team / junit5-samples

Collection of sample applications using JUnit 5.
Eclipse Public License 2.0
1.55k stars 1.4k forks source link

Add Ant-wrapper to junit5-jupiter-starter-ant #66

Open sormuras opened 6 years ago

sormuras commented 6 years ago

Overview

The junit5-jupiter-starter-ant build process relies on pre install actions executed by its build.sh. These actions are:

The first two steps need to be replaced with Ant Wrapper feature.

Deliverables

k-bhavitha commented 6 years ago

@sormuras I've forked this sample junit5-jupiter-starter-ant and was able to get through the Junit5 test but when I try to run Junit4 test , the console o/p prints 0tests for Junit4.

Could you please comment if you have tried that

sormuras commented 6 years ago

How did you try to run a JUnit 4 test? Please share more details in a new issue. Thanks.

Solved in #76