Example #1
0
  @Before
  public void setUp() throws Exception {
    igv.newSession();
    IGV.getMainFrame().requestFocus();

    TestUtils.resetPrefsFile();
    TestUtils.resetTestUserDefinedGenomes();
    IGV.getInstance().getContentPane().getCommandBar().refreshGenomeListComboBox();
  }
Example #2
0
 @After
 public void tearDown() throws Exception {
   TestUtils.resetPrefsFile();
   TestUtils.resetTestUserDefinedGenomes();
 }