Kleeven81
Kleeven81
In order to make more robust test for templates that have a variable output, for instance showing the current date, it would be nice to have either wildcard or pattern...
Added support for custom template modes and custom message resolver by adding getters and setters to the TestExecutor to inject your own template mode and/or message resolver
In our project we are using a custom message resolver which we would also like to be able to use in the testing framework. Currently for each test a new...
Currently it is not possible to use a custom template mode in the testing framework making it impossible to test your own template modes. It would be nice if we...