Skip to content

PAMunb/JUnit5Migration

Folders and files

NameName
Last commit message
Last commit date
Jun 1, 2022
Jun 1, 2022
Nov 29, 2022
Nov 29, 2022
Nov 16, 2022
Nov 22, 2022
Jun 1, 2022
Nov 29, 2022
Jun 1, 2022
Jun 1, 2022
Jun 1, 2022
Nov 29, 2022
Nov 28, 2022
Jun 1, 2022
Jun 1, 2022
Nov 29, 2022
Nov 29, 2022
Nov 29, 2022
Nov 29, 2022

Repository files navigation

JUnit 5 migrations

A set of Rascal transformations for helping developers to migrate JUnit 4 test cases to JUnit 5.

Requirements

  • Python 3
  • Java 8

Build and run

  • Clone this repository (git clone [email protected]:PAMunb/JUnit5Migration.git)
  • Change to the JUnit5Migration folder (cd JUnit5Migration)
  • Download the Rascal shell (wget https://update.rascal-mpl.org/console/rascal-shell-stable.jar)
  • Execute the driver.py script:
$ python3 driver.py -i <PATH_TO_GIT_REPOSITORY> -m <MAX_NUMBER_OF_FILES>