java-power-assert
java-power-assert copied to clipboard
Feature Request: Support AssertJ
I've created a spike for supporting AssertJ.
Things I'm unsure about:
- How are chained assertions supported?
- What is the best way to match the different assertion types in
JavacPowerAssertGenerator? It seems like thevisitMethodInvocationnow has too many responsibilities.
I'm open to feedback on how the implementation can be improved.