I am using Robotium Solo to test the app
since I'm fairly new to app test, and Robotium
I have 3 methods in my test case - however, I want to run those tests, under certain conditions otherwise they fail
I can do that if i write the entire test in one method, but i don't want to run it in one method, I want to separate it into 3 methods
how do I make sure that the tests run only if I called the test methods, and not one after the other