blob: af0610589de18b3ec53eea55c255f049be09da97 [file] [log] [blame]
package org.eclipse.wst.validation.tests.testcase;
/**
* Store file names in a single place so that they are easy to find.
* @author karasiuk
*
*/
public interface FileNames {
String disabled = "disabled";
String firstTest2x = "first.test2x";
}