UTA007: Method {1} defined in class {0} does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be Task. Example: public async Task Test.Class1.Test2()
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 ...
UTA007: Method {1} defined in class {0} does not have correct signature. Test method marked with the TestMethod attribute ...
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 ...