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
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 could add them in the same way we can add our own Dialects.
The text was updated successfully, but these errors were encountered:
Added addTemplateModeHandler method to add a single handler for convenience
during private void execute(final ITestable testable, final TestExecutionContext context) I add all handlers in the list to the TemplateEngine before it is added to the context
I'd be happy to do a pull request but I ran into the following: I wanted to add unit tests for the new code but I couldn't really find where to put them since the tests in https://github.com/thymeleaf/thymeleaf-tests seem to be sorted on functionality instead of package and class.
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 could add them in the same way we can add our own Dialects.
The text was updated successfully, but these errors were encountered: