One thing I noticed while testing a WCF service endpoint via NUnit (v 2.2.8) is that if you mark a test with the ExpectedException attribute like this: [Test] [ExpectedException(typeof(FaultException))] public void MyFancyWCFTest() { //some high-powered