Guidelines for third party libraries #3055
-
Just wondering if there is any existing guidelines for third party libearies to use to implement custom assertions that build on top of AssertJ. For example, I have the lib I have been working on which uses AssertJ heavily, but it is hard to tell if I am using the right types or not, or whether there is a better way to achieve what I am doing. Mostly just curious, as it would be invaluable if any resources or ways of getting feedback exist! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
We have guidelines for writing your own assertions class: https://assertj.github.io/doc/#assertj-core-custom-assertions, but not really something at the library level. |
Beta Was this translation helpful? Give feedback.
We have guidelines for writing your own assertions class: https://assertj.github.io/doc/#assertj-core-custom-assertions, but not really something at the library level.