Tests are being run only after application is closed

13 views
Skip to first unread message

Vilius

unread,
Feb 20, 2013, 5:22:24 AM2/20/13
to easytesting
Hi,

I am using FEST together with TestNG and I have a very interesting
situation. I use applicationlauncher to launch my application in
method with @BeforeMethod annotation, run it from
GuiActionRunner.execute(new GuiTask() {
@Override
protected void executeInEDT() throws Throwable {
ApplicationLauncher.application("App").start();
}
});
it starts perfectly, but the FEST tests are executed only after I
close my application.. Is there anything what can be done here to
unblock tests?
Thanks
Reply all
Reply to author
Forward
0 new messages