assertj-assertions-generator icon indicating copy to clipboard operation
assertj-assertions-generator copied to clipboard

Record-like getters support #212 #216

Open Berlizov opened this issue 1 year ago • 0 comments

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<T>). Additionally, an issue with generating asserts with an empty parameter name for the get() method (#216) has been fixed.

Berlizov avatar May 12 '24 13:05 Berlizov