NUnit WTF
In my version of
The Daily WTF, here is some output I got from NUnit:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Runtime.Remoting.RemotingException: Requested Service not found
...
0 passed, 0 failed, 0 skipped, took 2570.57 seconds.I'll be the first to admit that a test that takes 2570 seconds is not so much a unit test, but geez. Did it pass or fail? Your guess is as good as mine.