I tested this application on a huge number of files wrote by various Persons and having various formats, therefore I hope that I works on every possible JUnit module.
Please send me a short comment if you found a case, that I didn't included in it.
you can call the application by entering this command on Command Line:
java -jar JUnit4Converter.jar -f <your JUnit3 Java file> |
this will printout the converted file to Console, if you wanted to do an Inplace Conversion, add "-i" to commands.
java -jar JUnit4Converter.jar -i -f <your JUnit3 Java file> |
You can access the application on Github
No comments:
Post a Comment