I want to create NUnit test to ensure that my function does not throw an exception. Is there some specific way to do it, or I should just write
[Test]
public void noExceptionTest() {
testedFunction();
}
and it will succeed if no exception is thrown?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…