Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Tool to migrate automatically JUnit 4/5 and Hamcrest assertions to AssertJ

License

Notifications You must be signed in to change notification settings

slinkydeveloper/assertj-migrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssertJ Migrator

The project has been moved to https://github.com/assertj/assertj-migrator

AssertJ migrator to migrate complex codebase based on JavaParser.

Build

You need Java 11 and Maven.

To build:

mvn package

Before running

Make sure you use Git or some other VCS tool before running the tool, and clean your working directory, as the tool might break your code.

In order to resolve types, the tool will scan and load all the JARs available in the directory tree of the project path.

Before running, build the project you want to migrate, and copy the dependencies somewhere in the project directory tree.

For example, with maven, you can do:

mvn package

To build all the JARs of your project and then:

mvn dependency:copy-dependencies

To copy all the dependencies in the target directory

Run

To see all the options:

java -jar target/assertj-migrator-1.0-SNAPSHOT.jar

To run:

java -jar target/assertj-migrator-1.0-SNAPSHOT.jar <project_path>

About

Tool to migrate automatically JUnit 4/5 and Hamcrest assertions to AssertJ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages