-
Task
-
Resolution: Done
-
Major
-
None
-
None
The purpose of Name Rewriters is to take a name and map / rewrite it to another representation of the name (or perform some normalisation or cleanup of the name).
MutableNameRewriter is name rewriter that delegates to another (mutable) NameRewriter. This task is to add test for it.
Example of similar tests can be found in class CaseNameRewriterTest.