/**
* Checks that users can set a custom string for testing
* the average character width in the DefaultUnitConverter.
*/
public void testSetAverageCharacterWidthTestString() {
DefaultUnitConverter duc = DefaultUnitConverter.getInstance();
String customString = "Einen Vorsprung im Leben hat, " +
"wer da anpackt, " +
"wo die anderen erst einmal reden.";
duc.setAverageCharacterWidthTestString(customString);
}