blob: abce83221b9fff8a1cafc51d8e89fa8e4f8ce1d6 [file] [log] [blame]
/**********************************************************************
* This file is part of "Object Teams Development Tooling"-Software
*
* Copyright 2004, 2010 Fraunhofer Gesellschaft, Munich, Germany,
* for its Fraunhofer Institute and Computer Architecture and Software
* Technology (FIRST), Berlin, Germany and Technical University Berlin,
* Germany.
*
* 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
* $Id: FileBasedSearchTest.java 23494 2010-02-05 23:06:44Z stephan $
*
* Please visit http://www.eclipse.org/objectteams for updates and contact.
*
* Contributors:
* Fraunhofer FIRST - Initial API and implementation
* Technical University Berlin - Initial API and implementation
**********************************************************************/
package org.eclipse.objectteams.otdt.tests.search;
import org.eclipse.objectteams.otdt.tests.FileBasedTest;
/**
* @author svacina
*/
public class FileBasedSearchTest extends FileBasedTest {
public FileBasedSearchTest(String name) {
super(name);
}
protected String getPluginID() {
return "org.eclipse.objectteams.otdt.tests";
}
}