You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did write my tests as suggested by Anand. In the above scenario let's say I have created a bunch of methods in Common.java and also I created multiple classes similar to Common.java which provide different reusable functionality.
Each time I invoke a method in Common.java or other classes I am passing solo object(from testcase.java), instead is there a way to create a solo object in Common.java.
Anand did mention that this can be done but an example/suggestion would be great.
From entrang2...@gmail.com on December 14, 2010 01:59:01
Create a common class such as "common.java" with using solo to do something.
In the test case class there is a test case with call a method which using solo from the "common.java" class.
However, it does not work when running this test because it's does not recognize the solo.
Please help me to solve this problem.
It's appreciate if there is any example.
Thank so much.
Hakuen
Original issue: http://code.google.com/p/robotium/issues/detail?id=45
The text was updated successfully, but these errors were encountered: