public void Test_getPerMill()
 {
     dfs.SetPerMill('#');
     Junit.Framework.Assert.AssertEquals("Returned incorrect PerMill symbol", '#', dfs.GetPerMill());
 }