Ejemplo n.º 1
0
 public void ToNetSpellString(String affixClass, char affixClassFlag, bool isCrossProduct, String expectedLineString)
 {
     Affix affix = new Affix(affixClass, affixClassFlag, isCrossProduct);
     Assert.AreEqual(expectedLineString, affix.ToNetSpellString());
 }