blob: 12ef5cef3aaa5e449d6c38437e92af9735973a65 [file] [log] [blame]
@com.intellij.testFramework.TestDataPath("$CONTENT_ROOT<caret>")
class ATest extends LightCodeInsightFixtureTestCase {
protected void doTest() {
configureByFile(getTestName(true) + ".java");
}
}