public void CountWordsTest() { string str = "1234 345 234 5"; int result = 4; Assert.AreEqual(result, RegExp.CountWords(str)); }