java - Eclipse JUnit 5 support -


currently, junit 5 out "stable" version. intellij supports junit 5 according website. question if eclipse supporting junit 5 well, , if not when going supported. supported mean if can run junit 5 tests without need @runwith(platformrunner.class) annotation.

edit october 2017: eclipse officially supports junit 5 of eclipse oxygen1.a (4.7.1a)

you can run junit 5 tests in eclipse 4.7 oxygen after installing junit 5 support (beta) oxygen 4.7 plugin can find in eclipse marketplace. after complete eclipse restart, open project properties at

java build path -> libraries -> add library -> junit -> junit 5


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -