mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 20:07:01 +07:00
11 lines
335 B
Java
11 lines
335 B
Java
public class ATest extends LightCodeInsightFixtureTestCase {
|
|
|
|
public void testFixtureConfigureByFile() throws Exception {
|
|
doFileTest("before", "after");
|
|
}
|
|
|
|
private void doFileTest(@com.intellij.testFramework.TestDataFile String before,
|
|
@com.intellij.testFramework.TestDataFile String after) {
|
|
}
|
|
}
|