blob: bfb2ee0894796a069808895128ad76df588df66b [file] [log] [blame]
package org.eclipse.ui.tests.benchmarks;
/*
* Copyright (c) 2000, 2002 IBM Corp. All rights reserved.
* This file is made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*/
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() {
}
}