I would expect the Unit Tests Pad to operate in the same way it does in visual studio. Once I successfully build my solution, I want to see a listing of all methods marked with a Test attribute within TestFixture classes. However, nothing is showing up here.
I attached a screen shot with the blank unit test pad and my test fixture class. You can see the dots in the text editor that allow me to run tests from this code file. What's going wrong with the Unit Tests pad here?