Monday, November 5, 2012

no parameters in test method signatures

If the TestMethod attribute decorates a method (assuming the Microsoft.VisualStudio.TestTools.UnitTesting namespace) one cannot have parameters in the method signature, otherwise the test will be reported at "Not Runnable" in the Test Results pane in Visual Studio.

No comments:

Post a Comment