Hi,
I am using a unit test framework called SpecEasy which is based on NUnit. We have installed the NUnit test adapter on our TFS 2012 build server so the tests now run correctly; however, because of the way SpecEasy generates it's tests for each test run, I get a warning saying "No source data found for Example.Model.Test.ClassToTestSpec.Verify". In this case, "ClassToTestSpec" is my test class which contains one or more methods, but each method generally contains multiple tests.
Is there an easy way to suppress these specific warnings without changing the verbosity of the build log? This only seems to show up in TFS, not when building in VS 2013 and running with either Resharper or VS test runners.