java-power-assert icon indicating copy to clipboard operation
java-power-assert copied to clipboard

Feature Request: Support AssertJ

Open dorzey opened this issue 9 years ago • 1 comments

Expand java-power-assert to support AssertJ assertions.

dorzey avatar Oct 06 '16 19:10 dorzey

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 the visitMethodInvocation now has too many responsibilities.

I'm open to feedback on how the implementation can be improved.

dorzey avatar Oct 06 '16 19:10 dorzey