citrusframework / citrus

Framework for automated integration tests with focus on messaging integration
https://citrusframework.org
Apache License 2.0
460 stars 137 forks source link

Support for AssertJ #168

Open Ernesto-Maserati-CH opened 7 years ago

Ernesto-Maserati-CH commented 7 years ago

Is it possible to use AssertJ assertions instead of Hamcrest in Citrus?

I don't know about Hamrest 2, but compared to 1.3, AssertJ is much better.Also it is updated more frequently and has a very good documentation.

If AssertJ is currently not supported, would you consider to add support for AssertJ inside Citrus?

christophd commented 7 years ago

Hm, I would be unhappy with removing Hamcrest as it would break lots of tests out there. I would go for supporting both if that is possible.

Thanks a lot for the idea!

Ernesto-Maserati-CH commented 7 years ago

I understand that it would be tough to change this now. But being able to choose would be cool, although not the highest priority of course, more low level I admit.