You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would simply add your custom assertions assertThat methods to the generated Assertions and make it inherits from the standard Assertions if you want a unique entry point for all your assertions.
Or you create an Assertions class for your custom assertions, make it inherits from the generated Assertions and change the template of generated Assertions to inherit from standard Assertions.
Enhancement
Use case:
And I'd like to use a single "Assertions" class (entry point).
Configuration could be:
So basically the generator will copy all the model generated and custom
into one class inheriting Assertions.
The text was updated successfully, but these errors were encountered: