Package games.stendhal.common.parser

Examples of games.stendhal.common.parser.WordList.singular()


   */
  @Test
  public final void testSingular() {
    final WordList wl = WordList.getInstance();

    assertEquals("house", wl.singular("houses"));
    assertEquals("cookie", wl.singular("cookies"));
  }

  /**
   * Tests for trimWords.
View Full Code Here


  @Test
  public final void testSingular() {
    final WordList wl = WordList.getInstance();

    assertEquals("house", wl.singular("houses"));
    assertEquals("cookie", wl.singular("cookies"));
  }

  /**
   * Tests for trimWords.
   */
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.