You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
Overview
The
junit5-jupiter-starter-ant
build process relies on pre install actions executed by itsbuild.sh
. These actions are:junit-platform-console-standalone
jar in local ant installation.ant
with defaulttest
task.The first two steps need to be replaced with Ant Wrapper feature.
Deliverables
antw
support and make sure everythings builds fine.junit5-jupiter-starter-ant
in build-all-samples program.The text was updated successfully, but these errors were encountered: