blob: 0096df84e175d32a89cee4ac8243da40a27447e9 [file] [log] [blame]
public class ATest extends LightCodeInsightFixtureTestCase {
public void testTestNameAsParameter() throws Exception {
doTest(getTestName(false));
}
private void doTest(String testName) throws Exception {
configureByFile("before" + testName);
}
private void configureByFile(@com.intellij.testFramework.TestDataFile String file) {
}
}