I have some code that checks cached API requests. But if they are not there, I don't want to hear a report about them. Right now I'm working in Android. I noticed that the class TestSuiteActivity has an object called "current_tests" but it's never declared. Where is that coming from?
Anyway ... I dont want to run TestAPI.cs which is a TextFixture, how can I remove it from the test queue? I would modify current_tests, but I have no access to it from the subclass.