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
Post a Comment