Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for javax.mail #3268

Open
kennymacleod opened this issue Nov 21, 2023 · 3 comments
Open

Support for javax.mail #3268

kennymacleod opened this issue Nov 21, 2023 · 3 comments

Comments

@kennymacleod
Copy link

Writing tests to verify javax.mail (and the newer jakarta.mail) types is hard. The API doesn't support many of the usual design patterns common to Java (e.g. Iterables), there's checked exceptions all over the place, and it's generally hard to use. Those same problems also make it hard to use elegantly with AssertJ.

A dedicated extension for javax.mail within AssertJ would be very welcome.

@joel-costigliola
Copy link
Member

We are open to have additional modules, but we (the core team) lack time to do it so we would need another contributor to lead that module.

@kulgan
Copy link

kulgan commented Jan 5, 2024

I will be interested in contributing to this module if more hands are needed.

@joel-costigliola
Copy link
Member

Happy to hear that @kulgan !
Take a look at assert-guava to see what structure you can follow and don't hesitate to ask questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants