blob: ad815467fee429e8fd388767cc787fde238a4736 [file] [log] [blame]
package org.eclipse.swtbot.eclipse.finder;
import org.eclipse.swtbot.eclipse.finder.test.ui.perspectives.FormPerspective;
import org.eclipse.swtbot.eclipse.finder.test.ui.views.SWTBotFormView;
import org.eclipse.swtbot.eclipse.finder.test.ui.views.SWTBotTestView;
public class FinderTestIds {
public static final String VIEW_ID_TEST = SWTBotTestView.class.getName();
public static final String VIEW_ID_FORM_1 = SWTBotFormView.class.getName() + "1";
public static final String VIEW_ID_FORM_2 = SWTBotFormView.class.getName() + "2";
public static final String PERSPECTIVE_ID_FORM = FormPerspective.class.getName();
}