Kleeven81
Kleeven81
I've made a fork and written a simple solution: - Added a private list of ITemplateModeHandler - Added getter and setter for the list - Added addTemplateModeHandler method to add...
This would help us a lot too! Especially since we are using the testing framework to test over 500 templates used in our applications.
A probable easy fix would be to add a private field for an IMessageResolver with getter and setter methods. During initialisation of the TemplateEngine in execute(final ITestable testable, final TestExecutionContext...