blob: bc2e19544ec3b1a69e298fd9217b89759787cb8b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.ui.tests.benchmarks;
import org.eclipse.ui.tests.harness.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() {
}
}