We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c713a06 commit e4eec4bCopy full SHA for e4eec4b
README.md
@@ -0,0 +1,20 @@
1
+## JUnit 5 migrations
2
+
3
+A set of Rascal transformations for helping
4
+developers to migrate JUnit 4 test cases to JUnit 5.
5
6
+### Requirements
7
8
+ * Python 3
9
+ * Java 8
10
11
+### Build and run
12
13
+ * Clone this repository (`git clone [email protected]:PAMunb/JUnit5Migration.git`)
14
+ * Change to the JUnit5Migration folder (`cd JUnit5Migration`)
15
+ * Download the Rascal shell (`wget https://update.rascal-mpl.org/console/rascal-shell-stable.jar`)
16
+ * Execute the `driver.py` script:
17
18
+```shell
19
+$ python3 driver.py -i <PATH_TO_GIT_REPOSITORY> -m <MAX_NUMBER_OF_FILES>
20
+```
0 commit comments