blob: 850f7ef7208036ff91cfb34d920d367bc9ecf8d2 [file] [log] [blame]
package org.eclipse.ui.tests.api;
public interface IConstants {
public static String FakeID =
"Is this fake ID for buying beer or getting into a club?",
FakeLabel =
"Hmmm. Who's to say this is a fake label? I mean, someday, this can be a real label.",
UnknownFileName[] =
{
"This is not a known file name to the world.with a cool extension",
"this is not the same as the other.anyways this is a file extension" },
KnownFileName[] = { "plugin.xml" },
ProjectName = "JUnitTestingProjectName";
}