public void shouldReturnOxfromFox()
 {
     StringExercices instance = new StringExercices();
     Assert.AreEqual(instance.withoutX("fox"), "fo");
 }
 public void initialize()
 {
     instance = new StringExercices();
 }