979899100101102103
public static class Pluralizing_The_Singular { private Inflector inflector; @Before public void setup() throws Exception { this.inflector = new Inflector(); }
118119120121122123124
public static class Singularizing_The_Plural { private Inflector inflector; @Before public void setup() throws Exception { this.inflector = new Inflector(); }