Closed GoogleCodeExporter closed 9 years ago
How are you trying to use it? Would it be possible for me to see some code?
Original comment by renasr...@gmail.com
on 13 Dec 2010 at 7:19
I can not give you any code from my actual work, but i can give you an example:
public class A extends ActivityInstrumentationTestCase2{
//This is the constructor class for Robotium, done like in your example
public void functionA(){}
}
public class B{
A a =new A;
a.functionA();
}
Original comment by AlexStar...@gmail.com
on 13 Dec 2010 at 9:34
Hi Alex,
Thanks for this. This is unfortunately not something that can be fixed at this
moment. I am going to set the issue to wont fix and will open it up again when
there is more time for fixing issues like this.
Sincerely,
Renas
Original comment by renasr...@gmail.com
on 13 Dec 2010 at 6:12
Original issue reported on code.google.com by
AlexStar...@gmail.com
on 10 Dec 2010 at 7:51Attachments: