What\'s the actual use of \'fail\' in JUnit test case?
I, for example, use fail() to indicate tests that are not yet finished (it happens); otherwise, they would show as successful.
fail()
This is perhaps due to the fact that I am unaware of some sort of incomplete() functionality, which exists in NUnit.