blob: c591ea3e31bcc64f012cb4d67b9d1b679245f474 [file] [log] [blame]
public class ATest extends LightCodeInsightFixtureTestCase {
public void testDoTestParameters() throws Exception {
doTest();
}
private void doTest() throws Exception {
doTest("java");
}
private void doTest(String extension) throws Exception {
configureByFile(getTestName(true) + "." + extension);
}
private void configureByFile(@com.intellij.testFramework.TestDataFile String file) {
}
}