assertj / assertj-assertions-generator

Custom assertions generator
https://joel-costigliola.github.io/assertj/assertj-assertions-generator.html
Apache License 2.0
62 stars 42 forks source link

Record-like getters support #212 #216 #217

Open Berlizov opened 6 months ago

Berlizov commented 6 months ago

The rule for identifying getters has been modified to support record-like getters (#212). Now, any method that takes no parameters and returns a type other than void is considered a getter. Automatic generation has been disabled for methods returning a generic type (such as T or List). Additionally, an issue with generating asserts with an empty parameter name for the get() method (#216) has been fixed.