UTA030: Method {1} defined in class {0} does not have correct signature. Class initialization method marked with the [ClassInitialize] attribute must be static, public, does not return a value and take one parameter of type Microsoft.VisualStudio.TestTools.UnitTesting.TestContext, for example: public static void Test.Class1.Init(TestContext context).
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 ...
UTA047: Invalid use of DataSource attribute on {0}.{1}. The DataSource attribute can be defined only on a method inside a ...
UTA049: {0}.{1} has invalid DataSource attribute. Either DataSourceSettingName or ConnectionString and TableName must be ...