Ignoring SAM adapters when checking for unimplemented methods or methods to override.

This commit is contained in:
Evgeny Gerashchenko
2013-06-21 00:01:16 +04:00
parent fd7b29ad48
commit 1f2676becd
13 changed files with 86 additions and 5 deletions
@@ -154,6 +154,14 @@ public class OverrideImplementTest extends LightCodeInsightFixtureTestCase {
doMultiOverrideFileTest();
}
public void testImplementSamAdapters() {
doImplementDirectoryTest();
}
public void testOverrideSamAdapters() {
doOverrideDirectoryTest("foo");
}
private void doImplementFileTest() {
doFileTest(new ImplementMethodsHandler());
}