views:

20

answers:

0

hi, I have strange problem using fragment with tests for my plug-in.

all I do in the test is initialize the view in set-up and then in test I wait 20 second (with Thread.sleep). the result is that my application (view) never show until the test finish. can I do something about it?

this is just an example, my test are about testing ui (im using fit) so I need to have my app visible so that the ui runner can test anything.

thanks for any help with that