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

Enhancement: Validate template variables

Open filiphr opened this issue 8 years ago • 0 comments

I think that it would be nice addition if we validate the variables in a template when a user adds them. This will help the users to see if they are using the templates wrong and can suggest missing variables. This can also help when a new mandatory variable is added to a template, it will cause a failure even before the code is generated.

This can be considered as a fail fast approach. The templates written by the users need to be compilable of course.

filiphr avatar May 30 '17 19:05 filiphr