UTA028: Method {1} defined in class {0} does not have correct signature. Test initialization method marked with the [TestInitialize] attribute must be non-static, public, does not return a value and should not take any parameter. for example: public void Test.Class1.Init().
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 ...
UTA029: Method {1} defined in class {0} does not have correct signature. Test cleanup method marked with the TestCleanup ...
UTA030: Method {1} defined in class {0} does not have correct signature. Class initialization method marked with the ClassInitialize ...
UTA031: class {0} does not have valid TestContext property. TestContext must be of type TestContext, must be non-static, ...
UTA042: Invalid use of DeploymentItem attribute on {0}.{1}. The DeploymentItem attribute can be defined only on a method ...