...except it isn't missing. I just wrote it, decorated it with [TestMethod] and can see it right in front of me and it compiles. It just doesn't show up in the test results window when running all the TestMethods in the containing TestClass. Or when my cursor is on it making it the only test in the current context. In that case, all the other tests in the class will run but not the new one.
If I close the solution and reopen it, it will run and show up in the test results.
Conversely, if I remove a test from a TestClass, the test results window warns me that the test is missing... well no, I took it out and I don't miss it at all because I wanted it gone.
This wasn't happening yesterday. I've had it happen before in different projects/solutions.
Am I the only one? Is it just a bug in VS with no hope of being remedied by my intervention?