SERG-Delft / jpacman-framework

Pacman-inspired game, for teaching testing purposes.
123 stars 254 forks source link

Drop Hamcrest in favor of AssertJ #80

Closed TimvdLippe closed 7 years ago

TimvdLippe commented 8 years ago

Hamcrest plugin has not been updated since 2012, the AssertJ plugin is a well-known and up-to-date replacement.

The other changes are indentation fixes and extracted versions for easier management of plugins.

TimvdLippe commented 8 years ago

For next year assignment I would highly recommend adopting AssertJ. Also since the diff view is hard to read, https://github.com/SERG-Delft/jpacman-framework/pull/80/files?w=1 shows a more readable diff.

TimvdLippe commented 7 years ago

@avandeursen This PR is still up-to-date and reviewable :smile:

avandeursen commented 7 years ago

Thanks!!