Example #1
0
  protected void setUp() throws Exception {
    super.setUp();
    initApplication(this);
    doSetup(
        new SimpleLightProjectDescriptor(getModuleType(), getProjectJDK()),
        configureLocalInspectionTools(),
        myAvailableInspectionTools);
    storeSettings();

    myThreadTracker = new ThreadTracker();
  }