Skip to content

0.20.0

Compare
Choose a tag to compare
@jdneo jdneo released this 26 Sep 10:31
d4e6315

Added

  • Add java.test.saveAllBeforeLaunchTest setting to specify whether to automatically save the files before launching the tests. #468
  • Add java.test.forceBuildBeforeLaunchTest setting to specify whether to automatically build the workspace before launching the tests. #781

Changed

  • The runner for JUnit 4 is changed to Eclipse JUnit 4 Runner. PR#795
  • The title of the Test Explorer is changed to Java. PR#796

Fixed