don't hardcode methods that reference testdata, use annotation instead
[fedora-idea.git] / plugins / IdeaTestAssistant / testData / referenceCollector / ReferencesInAnyMethod.java
blob17a5fd872b7c1ab4ff56fce250b139b6cb64dd1e
1 public class ATest extends LightCodeInsightFixtureTestCase {
3 public void testReferencesInAnyMethod() throws Exception {
4 resolve();
7 private void resolve() throws Exception {
8 configureByFile("before");
11 private void configureByFile(@com.intellij.testFramework.TestDataFile String file) {