As the tests grow, I found that we load resources for tests, when class is allocated, thus startup time is insane.
Resources should be loaded and removed when test is presented and removed from screen. Need a refactor on how tests are structured for this.