For some of my unit tests I have to call methods that require a Window as parameter. Unfortunately I can't pass null, since the method uses the window as a reference to update the status bar where I show what is actually loaded in the real application.For some of my unit tests I have to call method