Skip to content

Commit e4eec4b

Browse files
committed
adding a README file
1 parent c713a06 commit e4eec4b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)