/**
  * Setup test.
  *
  * @throws InvalidElementException the invalid element exception
  */
 @Before
 public void setupTest() throws InvalidElementException {
   TH.setupTestingEnvironment(true, true);
   this.stage = new Stage();
   TH.setupLogging();
 }