I mean is there a way to initialize the application and then do tests with
it?
In my application main() method i set a property like this.foo, then in
tests i try to access it with qx.core.Init.getApplication().foo but it's
undefined.
I want to do tests when the application is already initialized
I began to use Qooxdoo the last month so i've got very little experience in
its usage. I need to create a test application like the testrunner, but i
need to do tests inside my application environment. I followed these steps:
* Created the application
* Compiled the source version with "g