blob: 21a566d220a5c745802f98da4bc10b5db1c45aac [file] [log] [blame]
/*
* (c) Copyright 2001 MyCorporation.
* All Rights Reserved.
*/
package org.eclipse.ui.tests.benchmarks;
import org.eclipse.ui.tests.util.UITestCase;
/**
* @version 1.0
* @author
*/
public class OpenCloseTest extends UITestCase {
/**
* Constructor for OpenCloseTest.
* @param testName
*/
public OpenCloseTest(String testName) {
super(testName);
}
/**
* Tests that the Navigator is initially populated with
* the correct elements from the workspace.
*/
public void testOpenClose() {
}
}