UTA007: Method {1} defined in class {0} does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, does not return a value and should not take any parameter. for example: public void Test.Class1.Test().
Using the right Windows technology will deliver a great user experience. Get an overview of the different technologies to ...
UTA004: Illegal use of attribute on {0}.{1}. The TestMethodAttribute can be defined only inside a class marked with the TestClass ...
UTA005: Illegal use of attributes on {0}.{1}.The TestInitializeAttribute can be defined only inside a class marked with the ...
UTA006: Illegal use of attributes on {0}.{1}. The TestCleanupAttribute can be defined only inside a class marked with the ...
UTA007: Method {1} defined in class {0} does not have correct signature. Test method marked with the TestMethod attribute ...
UTA008: Method {1} defined in class {0} does not have correct signature. Assembly initialization method marked with the AssemblyInitialize ...
UTA009: Method {1} defined in class {0} does not have correct signature. Assembly cleanup method marked with the AssemblyCleanup ...
UTA027: Method {1} defined in class {0} does not have correct signature. Class cleanup method marked with the ClassCleanup ...
UTA028: Method {1} defined in class {0} does not have correct signature. Test initialization method marked with the TestInitialize ...