2011-02-01 39 views

回答

4

你正在使用什麼測試框架?

NUnit的有Assert.Greater(stringName.length, 5)

對於MS測試,你可以使用Assert.IsTrue(stringName.length >5)

+0

哎呀,對不起,沒有提及的框架。我在MS Test上運行測試,你的Assert正是我需要的。非常感謝。 – Steve 2011-02-01 04:07:32