public void Test_ConvertTensToWords(int tens, string concat, string expectResult) { Assert.That(cs.ConvertTensToWords(tens, concat).Equals(expectResult)); }