don't rely on doTest() name, search for testdata references in all methods called...
[fedora-idea.git] / plugins / IdeaTestAssistant / testData / referenceCollector / ReferencesInAnyMethod.java
blobe9aa3e50b5e5877a11edb64736922848fcf14181
1 public class ATest extends LightCodeInsightFixtureTestCase {
3 public void testReferencesInAnyMethod() throws Exception {
4 resolve();
7 private void resolve() throws Exception {
8 configureByFile("before");