Welcome to

Magenic Technologies Community Blog

Sign in | Join | Help

March 2007 - Posts

NUnit testing in WCF - ExpectedException<T>

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
Posted by jeffk | 0 Comments
Filed under: ,