Skip to content

Minimise use of message constructor

akwizgran requested to merge message-constructor into master

This branch ports some tests to use TestUtils.getMessage() instead of constructing messages directly, to make it easier to refactor the Message class.

Preparation for #1240.

Merge request reports