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

Allow user to register templates for any type.

Open joel-costigliola opened this issue 10 years ago • 0 comments

For example, a user wants to generate more assertions for String properties. If String property is name, we only generate hasName, if we are able to register a template for String, users may tweak which assertions are generated for String and add hasNameStartingWith (for example).

joel-costigliola avatar Aug 01 '15 04:08 joel-costigliola